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