mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-07-26 09:04:33 +08:00
parent
b3d6726f65
commit
d37ee498cd
@ -26,6 +26,7 @@ from werkzeug.exceptions import Unauthorized
|
|||||||
from commands import register_commands
|
from commands import register_commands
|
||||||
|
|
||||||
# DO NOT REMOVE BELOW
|
# DO NOT REMOVE BELOW
|
||||||
|
from events import event_handlers
|
||||||
from extensions import (
|
from extensions import (
|
||||||
ext_celery,
|
ext_celery,
|
||||||
ext_code_based_extension,
|
ext_code_based_extension,
|
||||||
@ -42,6 +43,7 @@ from extensions import (
|
|||||||
from extensions.ext_database import db
|
from extensions.ext_database import db
|
||||||
from extensions.ext_login import login_manager
|
from extensions.ext_login import login_manager
|
||||||
from libs.passport import PassportService
|
from libs.passport import PassportService
|
||||||
|
from models import account, dataset, model, source, task, tool, tools, web
|
||||||
from services.account_service import AccountService
|
from services.account_service import AccountService
|
||||||
|
|
||||||
# DO NOT REMOVE ABOVE
|
# DO NOT REMOVE ABOVE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user