Files
aitbc/apps/coordinator-api/src
aitbc 482e0be438
All checks were successful
API Endpoint Tests / test-api-endpoints (push) Successful in 13s
Integration Tests / test-service-integration (push) Successful in 2m17s
Python Tests / test-python (push) Successful in 8s
Security Scanning / security-scan (push) Successful in 55s
refactor: implement lazy loading for coordinator-api service imports
Replaced eager imports with lazy loading using __getattr__ to defer service module imports until first access. Added module mapping dictionary and dynamic import logic to reduce initial import overhead while maintaining the same public API.
2026-04-20 11:11:12 +02:00
..