first commit

This commit is contained in:
Furqan-14
2026-01-17 14:18:00 +05:30
commit c303d336e4
56 changed files with 4137 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from pydantic import BaseModel
class UpdateLanguageRequest(BaseModel):
preferred_language: str