Files
Mutual_Fund/service/customer_agent/__init__.py
T

6 lines
139 B
Python
Raw Normal View History

"""客服 Agent 服务层:对外提供匿名/登录客服业务服务。"""
package_name = "customer_agent"
__all__ = ["package_name"]