adding threading nodes automation

This commit is contained in:
2022-03-30 19:51:54 -03:00
parent 59b38bb58a
commit fd8b367d52
4 changed files with 91 additions and 7 deletions

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"]