Initial commit

This commit is contained in:
2019-02-05 23:04:30 +01:00
commit 7654ac9585
7 changed files with 324 additions and 0 deletions

7
Crx/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
from .connection import Connection
from .simplenode import SimpleNode
from .util import get_simple_con
__version__ = (1, 0, 0, 0)
__all__ = ["Connection", "SimpleNode", "get_simple_con"]