5 lines
No EOL
135 B
Python
5 lines
No EOL
135 B
Python
from flask import Blueprint
|
|
|
|
main = Blueprint('main', __name__)
|
|
|
|
from . import inventory, user, worklog, settings, index, search, hooks |