Skip to content

Commit 4b08c4d

Browse files
python package fix issue export * in abstract and types
1 parent 5604f5e commit 4b08c4d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python/src/mesh/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
from mesh.mesh import Mesh
2-
from mesh.shared.types import MeshConfig, ServiceDiscoveryConfig, Node
2+
from mesh.shared.types import *
3+
from mesh.abstract import *

0 commit comments

Comments
 (0)