Skip to content

Commit 6c024cf

Browse files
committed
??? provide OMCProcessDocker*
1 parent 5d41c0a commit 6c024cf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

OMPython/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050

5151
OMCProcessLocal,
5252
OMCProcessPort,
53+
OMCProcessDocker,
54+
OMCProcessDockerContainer,
5355
)
5456

5557
# global names imported if import 'from OMPython import *' is used
@@ -93,4 +95,6 @@
9395

9496
'OMCProcessLocal',
9597
'OMCProcessPort',
98+
'OMCProcessDocker',
99+
'OMCProcessDockerContainer',
96100
]

0 commit comments

Comments
 (0)