Fix: add missing Automation2Workflow/Automation2WorkflowRun imports to interfaceFeatureGraphicalEditor.py (caused scheduler crash on boot) Refactor: gdprDeletion via onUserDelete lifecycle hooks Refactor: i18nBootSync accounting labels via app.py parameter injection Refactor: serviceHub moved to serviceCenter/serviceHub.py Split: teamsbot/service.py, realEstate/main, routeTrustee, routeBilling Cleanup: remove obsolete methodTrustee, serviceExceptions shim Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
202 B
Python
7 lines
202 B
Python
# Re-export shim — canonical source: modules.serviceCenter.serviceHub
|
|
from modules.serviceCenter.serviceHub import ( # noqa: F401
|
|
PublicService,
|
|
ServiceHub,
|
|
Services,
|
|
getInterface,
|
|
)
|