first commit

This commit is contained in:
2022-03-17 19:05:23 -03:00
parent 5467e4f4bc
commit 6b58e71c6c
6 changed files with 283 additions and 0 deletions

7
test.py Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/python3
import conn
conf = conn.configfile()
conn1=conn.node("pruebas@conn", **conf.connections["home"]["xr"])
conn1.connect("interact")