Files
Feeding_control_system/opc/__init__.py
2025-11-18 11:23:16 +08:00

4 lines
67 B
Python

"""OPC包"""
from .client import OPCClient
__all__ = ['OPCClient']