4 lines
65 B
Python
4 lines
65 B
Python
from insurance.chat.routes import chat_bp
|
|
|
|
__all__ = ["chat_bp"]
|
from insurance.chat.routes import chat_bp
|
|
|
|
__all__ = ["chat_bp"]
|