PillarTool/pillar_tool/schemas.py

4 lines
89 B
Python

from pydantic import BaseModel
class HostCreateParams(BaseModel):
parent: str | None