baodan/api/insurance/kb/__init__.py

4 lines
59 B
Python
Raw Normal View History

from insurance.kb.routes import kb_bp
__all__ = ["kb_bp"]