opc_ua/__init__.py
branchpython3
changeset 3750 f62625418bff
parent 3337 6097bca230e8
equal deleted inserted replaced
3749:fda6c1a37662 3750:f62625418bff
     1 # opcua/__init__.py
     1 # opcua/__init__.py
     2 
     2 
     3 from __future__ import absolute_import
     3 
     4 
     4 
     5 from .client import OPCUAClient
     5 from .client import OPCUAClient
     6 
     6 
     7 # class RootClass(object):
     7 # class RootClass(object):
     8 #     XSD = """<?xml version="1.0" encoding="ISO-8859-1" ?>
     8 #     XSD = """<?xml version="1.0" encoding="ISO-8859-1" ?>