feat(model/ai_prediction.py): Added new model AIPrediction
This commit is contained in:
+2
-1
@@ -2,5 +2,6 @@ from .robot import Robot
|
||||
from .product import Product
|
||||
from .inventory import InventoryRecord
|
||||
from .user import User
|
||||
from .ai_prediction import AIPrediction
|
||||
|
||||
__all__ = ['Robot', 'Product', 'InventoryRecord', 'User']
|
||||
__all__ = ['Robot', 'Product', 'InventoryRecord', 'User', 'AIPrediction']
|
||||
Reference in New Issue
Block a user