feat: 重构模型和响应结构,优化用户和对象管理逻辑,添加 Dockerfile
This commit is contained in:
4
pkg/__init__.py
Normal file
4
pkg/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# 延迟导入以避免循环依赖
|
||||
# JWT 和 lifespan 应在需要时直接从子模块导入
|
||||
# from .JWT import JWT
|
||||
# from .lifespan import lifespan
|
||||
Reference in New Issue
Block a user