4 lines
126 B
Python
4 lines
126 B
Python
from app.schemas.item import Item, ItemCreate, ItemUpdate
|
|
|
|
# For easy importing
|
|
__all__ = ["Item", "ItemCreate", "ItemUpdate"] |