Files
sora_python/app/schemas/sche_outfit_matcher_hon.py
2024-03-11 10:49:01 +08:00

6 lines
74 B
Python

from pydantic import BaseModel
class OutfitMatcher(BaseModel):
pass