Init code
This commit is contained in:
8
app/schemas.py
Normal file
8
app/schemas.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class DownloadRequest(BaseModel):
|
||||
url: str
|
||||
quality: str
|
||||
codec: str
|
||||
identifier: str
|
||||
Reference in New Issue
Block a user