4 lines
83 B
Python
4 lines
83 B
Python
from app.routers import admin, auth, public
|
|
|
|
__all__ = ["admin", "auth", "public"]
|