mgbam commited on
Commit
12eeb48
·
verified ·
1 Parent(s): b450895

Create user.py

Browse files
Files changed (1) hide show
  1. models/user.py +0 -7
models/user.py CHANGED
@@ -1,7 +0,0 @@
1
- from sqlmodel import SQLModel, Field
2
-
3
- class User(SQLModel, table=True):
4
- id: int = Field(default=None, primary_key=True)
5
- username: str
6
- full_name: str
7
- hashed_password: str