reorganized
This commit is contained in:
9
server/types/about.py
Normal file
9
server/types/about.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class About(BaseModel):
|
||||
name: str
|
||||
email: str
|
||||
bio: str
|
||||
github: str
|
||||
gitea: str
|
||||
Reference in New Issue
Block a user