2026-02-04 16:50:33 +02:00

4 lines
88 B
Python

from app.routers import auth, admin, learner
__all__ = ["auth", "admin", "learner"]