finish setup

This commit is contained in:
2022-03-29 12:45:17 -03:00
parent fe22fde4ee
commit 7e75408dc4
3 changed files with 15 additions and 6 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env python3
import sys
from conn import *
def main():
conf = configfile()
connapp(conf, node)
if __name__ == '__main__':
sys.exit(main())