# app/config/__init__.py """Configuration modules for the application.""" # Note: menu_registry.py has been deprecated in favor of module-driven menus. # Menu items are now defined in each module's definition.py file and aggregated # by MenuDiscoveryService (app/modules/core/services/menu_discovery_service.py). __all__ = []