reorganized
This commit is contained in:
8
server/types/lucas.py
Normal file
8
server/types/lucas.py
Normal 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
|
||||
Reference in New Issue
Block a user