2025-05-17 16:21:55 +00:00

4 lines
73 B
Python

from app.models.item import Item
# For easy importing
__all__ = ["Item"]