service_man/api/presentation/routers/__init__.py

4 lines
72 B
Python
Raw Normal View History

2024-03-31 00:58:43 +03:00
from .ping import healthcheck_router
__all__ = ("healthcheck_router",)