gmao/app_new/housing/__init__.py

4 lines
57 B
Python
Raw Permalink Normal View History

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