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