Browse Source

Update __init__.py (#35)

Anton Sinitsin 5 years ago
parent
commit
967255dd35
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hivemind/__init__.py

+ 1 - 0
hivemind/__init__.py

@@ -2,5 +2,6 @@ from .client import *
 from .dht import *
 from .server import *
 from .utils import *
+from .runtime import *
 
 __version__ = '0.7.1'