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
+3 -4
View File
@@ -1,9 +1,8 @@
#!/usr/bin/env python3
import sys
# from connapp import connapp
# from configfile import configfile
# from core import node
from conn import *
from connapp import connapp
from configfile import configfile
from core import node
def main():
conf = configfile()