Files
Feeding_control_system/opc/__init__.py

4 lines
67 B
Python
Raw Normal View History

2025-11-18 11:23:16 +08:00
"""OPC包"""
from .client import OPCClient
__all__ = ['OPCClient']