from typing import List
from app.utils.schemas_utils import CustomModel


class CategorySimulationCreate(CustomModel):
    # cat_sim_id : int
    category_id : str