This commit is contained in:
2022-03-26 16:30:37 -03:00
parent 9d3a199bdf
commit 9f05a6424c
4 changed files with 93 additions and 7 deletions
-1
View File
@@ -3,7 +3,6 @@
from .core import node
from .configfile import configfile
from .connapp import connapp
import __main__
__version__ = "2.0"
__all__ = [node, configfile, connapp]