__init__.py 328 B

1234567891011
  1. # from .crud_item import item
  2. # For a new basic set of CRUD operations you could just do
  3. # from .base import CRUDBase
  4. # from app.models.item import Item
  5. # from app.schemas.item import ItemCreate, ItemUpdate
  6. # item = CRUDBase[Item, ItemCreate, ItemUpdate](Item)
  7. from .model_path.early_start import model_path_early_start_dtr