huoyan-enterprise/backend/admin/__init__.py

4 lines
66 B
Python

from admin.router import admin_router
__all__ = ["admin_router"]