4 lines
96 B
Python
4 lines
96 B
Python
|
|
"""GMAO Configuration module"""
|
||
|
|
from .routes import gmao_config_bp
|
||
|
|
|
||
|
|
__all__ = ['gmao_config_bp']
|