4 lines
80 B
Python
4 lines
80 B
Python
|
|
from insurance.recommend.routes import recommend_bp
|
||
|
|
|
||
|
|
__all__ = ["recommend_bp"]
|