aps-agent/server/integrations/__init__.py

8 lines
383 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ============================================================
# 外部集成包(MD-05 等)
# ============================================================
from server.integrations.sap_stub import MockSapClient, get_sap_client
from server.integrations.mes_stub import MockMesClient, get_mes_client
__all__ = ["MockSapClient", "get_sap_client", "MockMesClient", "get_mes_client"]