Files
bakery-ia/services/demo_session/app/api/__init__.py
2025-10-03 14:09:34 +02:00

6 lines
73 B
Python

"""Demo Session API"""
from .routes import router
__all__ = ["router"]