first commit

This commit is contained in:
2022-03-17 19:05:23 -03:00
parent 05d72276d8
commit 02a083a8e9
6 changed files with 283 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from conn.core import node
from conn.configfile import configfile
import conn.tools
__version__ = "2.0"
__all__ = [node, configfile, tools]