feat: 初始化工程
This commit is contained in:
11
routers/__init__.py
Normal file
11
routers/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from .patch import router as patch_router
|
||||
from .crop import router as crop_router
|
||||
from .record import router as record_router
|
||||
from .file import router as file_router
|
||||
|
||||
routers = [
|
||||
patch_router,
|
||||
crop_router,
|
||||
record_router,
|
||||
file_router,
|
||||
]
|
||||
Reference in New Issue
Block a user