gmao/app_new/gmao_config/__init__.py
2026-08-14 16:02:25 +00:00

4 lines
No EOL
96 B
Python

"""GMAO Configuration module"""
from .routes import gmao_config_bp
__all__ = ['gmao_config_bp']