Fix API compatibility and add user/role/permission and asset import/export
This commit is contained in:
6
backend/app/core/__init__.py
Normal file
6
backend/app/core/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""
|
||||
核心模块初始化
|
||||
"""
|
||||
from app.core.config import settings
|
||||
|
||||
__all__ = ["settings"]
|
||||
Reference in New Issue
Block a user