Files
Promocode-API/solution/api/v1/ping/schemas.py
T

6 lines
81 B
Python

from ninja import Schema
class PingOut(Schema):
message_from_basement: str