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

3 lines
No EOL
68 B
Python

from .readings import readings_router
__all__ = ["readings_router"]