4 lines
57 B
Python
4 lines
57 B
Python
|
|
from .routes import housing_bp
|
||
|
|
|
||
|
|
__all__ = ["housing_bp"]
|