4 lines
73 B
Python
4 lines
73 B
Python
from app.models.item import Item
|
|
|
|
# For easy importing
|
|
__all__ = ["Item"] |