reorganized

This commit is contained in:
Lucas Jensen
2024-07-06 10:36:37 -07:00
parent 734f20ce0e
commit a8b6807b79
13 changed files with 40 additions and 96 deletions

8
server/types/lucas.py Normal file
View File

@@ -0,0 +1,8 @@
from pydantic import BaseModel
from about import About
from project import Project
class Lucas(BaseModel):
projects: list[Project]
about: About