start
This commit is contained in:
6
backend/app/models/__init__.py
Normal file
6
backend/app/models/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from app.models.box import Box
|
||||
from app.models.object import InventoryObject
|
||||
from app.models.object_photo import ObjectPhoto
|
||||
from app.models.user import User
|
||||
|
||||
__all__ = ["Box", "InventoryObject", "ObjectPhoto", "User"]
|
||||
Reference in New Issue
Block a user