将TCP修改为OPC

This commit is contained in:
xiongyi
2025-11-18 11:23:16 +08:00
parent 67cce2411e
commit d755264f8e
2 changed files with 101 additions and 0 deletions

4
opc/__init__.py Normal file
View File

@ -0,0 +1,4 @@
"""OPC包"""
from .client import OPCClient
__all__ = ['OPCClient']