start cli app

This commit is contained in:
2022-03-19 20:41:35 -03:00
parent 5113aef8c2
commit b3418d48de
6 changed files with 112 additions and 33 deletions

View File

@@ -1,7 +1,9 @@
#!/usr/bin/env python3
from conn.core import node
from conn.configfile import configfile
import conn.tools
from conn.connapp import connapp
__version__ = "2.0"
__all__ = [node, configfile, tools]
__all__ = [node, configfile, connapp]