Skip to content

Commit 3f4b490

Browse files
author
Steve Canny
committed
fix: Part and PartFactory need to be available from opc
1 parent 9475ac5 commit 3f4b490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
# This module is part of python-opc and is released under the MIT License:
88
# http://www.opensource.org/licenses/mit-license.php
99

10-
from opc.package import OpcPackage # noqa
10+
from opc.package import OpcPackage, Part, PartFactory # noqa
1111

1212
__version__ = '0.0.1d1'

0 commit comments

Comments
 (0)