4 lines
73 B
Python
Raw Normal View History

from .health import router as health_router
__all__ = ["health_router"]