You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-23 14:27:11 +00:00
9 lines
105 B
Python
9 lines
105 B
Python
from ninja import Schema
|
|
|
|
|
|
class PingOut(Schema):
|
|
message_from_basement: str
|
|
|
|
|
|
__all__ = ["PingOut"]
|