gmao/app_new/c4/__init__.py

4 lines
47 B
Python
Raw Normal View History

from .routes import c4_bp
__all__ = ["c4_bp"]