# app/modules/dev_tools/routes/__init__.py """ Dev-Tools module route registration. This module provides dev-tools page routes for admin pages. Structure: - routes/pages/ - HTML page rendering (component library, icons) Note: API routes (code quality, tests) have been moved to the monitoring module. Dev-tools is an internal module (admin-only), so there is no vendor router. """ # No routers to export - API routes moved to monitoring module # Page routes are auto-discovered from routes/pages/admin.py __all__ = []