8 lines
383 B
Python
8 lines
383 B
Python
|
|
# ============================================================
|
|||
|
|
# 外部集成包(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"]
|