py-gidb/pygidb/types/elements.py

11 lines
149 B
Python

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