This commit is contained in:
flaskfarm
2022-10-07 01:48:42 +09:00
parent 4b72b7dc65
commit cde69d4d8a
55 changed files with 523 additions and 7703 deletions

View File

@@ -1,6 +1,4 @@
VERSION="4.0.0"
from support import d
from .init_main import Framework
frame = Framework.get_instance()
@@ -14,8 +12,8 @@ socketio = frame.socketio
path_app_root = frame.path_app_root
path_data = frame.path_data
get_logger = frame.get_logger
from flask_login import login_required
from support import d
from .init_declare import User, check_api
from .scheduler import Job