mirror of
https://github.com/sfiorini/iptv-server.git
synced 2026-04-11 13:20:46 +00:00
First commit
This commit is contained in:
5
src/models/models.py
Normal file
5
src/models/models.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
class User(BaseModel):
|
||||
username: str
|
||||
password: str
|
||||
Reference in New Issue
Block a user