feat(model): Added correct data models
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from .robot import Robot
|
||||
from .product import Product
|
||||
from .inventory import InventoryRecord
|
||||
from .user import User
|
||||
|
||||
__all__ = ['Robot', 'Product', 'InventoryRecord', 'User']
|
||||
Reference in New Issue
Block a user