mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 23:17:09 +00:00
6 lines
73 B
Python
6 lines
73 B
Python
from ninja import Schema
|
|
|
|
|
|
class PingOut(Schema):
|
|
status: str = "ok"
|