4 lines
67 B
Python
4 lines
67 B
Python
|
|
"""OPC包"""
|
||
|
|
from .client import OPCClient
|
||
|
|
|
||
|
|
__all__ = ['OPCClient']
|