3 lines
110 B
Python
3 lines
110 B
Python
# Pydantic Schemas module
|
|
from .plant import PlantBase, PlantResponse, PlantWithLatestLog, PlantsListResponse
|