gidb-server/src/types/elements.py

10 lines
148 B
Python

from pydantic import BaseModel
class Element(BaseModel):
name: str
type: str
color: str
region: str
archon: str
theme: str