This commit is contained in:
2022-03-26 16:30:37 -03:00
parent 555b285d36
commit 2042178cbe
4 changed files with 93 additions and 7 deletions

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]