1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

чиним билд115

This commit is contained in:
MoonTestUse1
2025-01-02 01:18:07 +06:00
parent 660cbfeedb
commit 05a92e0414
3 changed files with 15 additions and 53 deletions

View File

@@ -0,0 +1,6 @@
"""Authentication schemas"""
from pydantic import BaseModel
class AdminLogin(BaseModel):
username: str
password: str