Init code

This commit is contained in:
Viner Abubakirov
2026-02-18 18:08:54 +05:00
parent f2b6ef9ac5
commit 0cf412ea1e
15 changed files with 1181 additions and 0 deletions

8
app/schemas.py Normal file
View File

@@ -0,0 +1,8 @@
from pydantic import BaseModel
class DownloadRequest(BaseModel):
url: str
quality: str
codec: str
identifier: str