Files
folkugat-web/folkugat_web/api/__init__.py
2025-07-28 22:45:45 +02:00

4 lines
49 B
Python

from .routes import router
__all__ = ["router"]