将TCP修改为OPC
This commit is contained in:
4
opc/__init__.py
Normal file
4
opc/__init__.py
Normal file
@ -0,0 +1,4 @@
|
||||
"""OPC包"""
|
||||
from .client import OPCClient
|
||||
|
||||
__all__ = ['OPCClient']
|
||||
Reference in New Issue
Block a user