agreg-server/server/app/adapters/http/__init__.py

3 lines
68 B
Python
Raw Normal View History

2026-05-10 12:36:38 +02:00
from .readings import readings_router
__all__ = ["readings_router"]