Delete app/response.py
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
from typing import TypedDict
|
||||
|
||||
class Msg(TypedDict):
|
||||
message: str
|
||||
tag: str
|
||||
|
||||
class JsonResponBase(TypedDict):
|
||||
status: int
|
||||
|
||||
class JsonResponMsg(JsonResponBase):
|
||||
body: Msg
|
||||
Reference in New Issue
Block a user