Files
Promocode-API/solution/api/v1/ping/schemas.py
T
2025-01-19 19:02:41 +03:00

9 lines
105 B
Python

from ninja import Schema
class PingOut(Schema):
message_from_basement: str
__all__ = ["PingOut"]