Add more services
This commit is contained in:
14
services/production/app/services/__init__.py
Normal file
14
services/production/app/services/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# ================================================================
|
||||
# services/production/app/services/__init__.py
|
||||
# ================================================================
|
||||
"""
|
||||
Business logic services
|
||||
"""
|
||||
|
||||
from .production_service import ProductionService
|
||||
from .production_alert_service import ProductionAlertService
|
||||
|
||||
__all__ = [
|
||||
"ProductionService",
|
||||
"ProductionAlertService"
|
||||
]
|
||||
Reference in New Issue
Block a user