feat: 第一次上传

This commit is contained in:
2025-12-14 22:21:03 +08:00
commit 366ab0b2e8
19 changed files with 1008 additions and 0 deletions

6
models.py Normal file
View File

@@ -0,0 +1,6 @@
from pydantic import BaseModel
class User(BaseModel):
username: str
password: str