radioviz.services.application_services
Application services module.
This module provides the core application services that coordinate various components of the radioviz application. It includes services for window management, overlay creation, color handling, and image loading. These services are designed to be injected into the application’s main components to provide essential functionalities for the visualization system.
The ApplicationServices class serves as a central registry for all
application services, allowing for easy dependency injection and configuration
of the application’s behavior.