You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-23 02:47:12 +00:00
init: initialized project struct
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from ninja import Schema
|
||||
|
||||
|
||||
class PingOut(Schema):
|
||||
message_from_basement: str
|
||||
|
||||
|
||||
__all__ = ["PingOut"]
|
||||
Reference in New Issue
Block a user