mirror of
https://github.com/shadoll/scatcher.git
synced 2026-08-28 03:28:03 +00:00
Add schemas
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class Status(str, Enum):
|
||||
ok = "ok"
|
||||
success = "success"
|
||||
error = "error"
|
||||
Reference in New Issue
Block a user