Files
sora_python/app/schemas/sche_outfit_matcher_hon.py

6 lines
74 B
Python
Raw Normal View History

2024-03-11 10:49:01 +08:00
from pydantic import BaseModel
class OutfitMatcher(BaseModel):
pass