fix setup

This commit is contained in:
2022-03-28 16:26:37 -03:00
parent 940f9964f7
commit 7b9bd44ae5
3 changed files with 12 additions and 7 deletions

View File

@ -1,9 +1,9 @@
#!/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
from conn import *
def main():
conf = configfile()