adding threading nodes automation

This commit is contained in:
2022-03-30 19:51:54 -03:00
parent 08e3e82aab
commit 1a618ef8d1
4 changed files with 91 additions and 7 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env python3
from .core import node
from .core import node,nodes
from .configfile import configfile
from .connapp import connapp
__version__ = "2.0"
__all__ = ["node", "configfile", "connapp"]
__all__ = ["node", "nodes", "configfile", "connapp"]