opc_ua/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 15 May 2024 08:59:38 +0200
changeset 3943 5df2cbc1cd1a
parent 3750 f62625418bff
permissions -rw-r--r--
Merge commit 'e2df70b60b84031d3ccd3ae799a4e3aa8112f3ff' into python3
# opcua/__init__.py



from .client import OPCUAClient

# class RootClass(object):
#     XSD = """<?xml version="1.0" encoding="ISO-8859-1" ?>
#     <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
#     </xsd:schema>
#     """
#     CTNChildrenTypes = [("OPCUAClient", OPCUAClient, "OPCUA Client")]
#