service_man/api/presentation/routers/__init__.py

4 lines
72 B
Python

from .ping import healthcheck_router
__all__ = ("healthcheck_router",)