StartFromBegining

This commit is contained in:
2024-03-31 00:58:43 +03:00
parent 08e6aa5cb1
commit b733a6bf9a
24 changed files with 43 additions and 296 deletions

View File

@@ -0,0 +1,3 @@
from .ping_response import PingResponse
__all__ = ("PingResponse",)

View File

@@ -0,0 +1,6 @@
from dataclasses import dataclass
@dataclass(frozen=True)
class PingResponse:
status: str