gmao/app_new/gmao_config/__init__.py

4 lines
96 B
Python
Raw Normal View History

2026-08-14 18:02:25 +02:00
"""GMAO Configuration module"""
from .routes import gmao_config_bp
__all__ = ['gmao_config_bp']