baodan/api/insurance/recommend/__init__.py

4 lines
80 B
Python

from insurance.recommend.routes import recommend_bp
__all__ = ["recommend_bp"]