Browse Source

register account_router

dev
Jingxun 8 months ago
parent
commit
18d5b0e9c1
  1. 13
      backend/routers/__init__.py

13
backend/routers/__init__.py

@ -0,0 +1,13 @@
# encoding: utf-8
"""
@author: Qiancj
@contact: qiancj@risenenergy.com
@file: __init__.py
@create-time: 2023-09-06 17:45
@description: The new python script
"""
__all__ = [
"account_router",
]
from .account.views import account_router
Loading…
Cancel
Save