Files
bakery-ia/services/auth/app/api/__init__.py
2025-12-13 23:57:54 +01:00

3 lines
93 B
Python

from .internal_demo import router as internal_demo_router
__all__ = ["internal_demo_router"]