service_man/api/application/contracts/healht_check/__init__.py

4 lines
69 B
Python
Raw Permalink Normal View History

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