style(database): Refactor repository name
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from .user_repository import UserRepository
|
||||
from .robot_repository import RobotRepository
|
||||
from .product_repository import ProductRepository
|
||||
from .inventory_repository import InventoryRepository
|
||||
from .ai_prediction_repository import AIPredictionsRepository
|
||||
|
||||
__all__ = ['UserRepository', 'RobotRepository', 'ProductRepository', 'InventoryRepository', 'AIPredictionsRepository']
|
||||
Reference in New Issue
Block a user