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

@ -5,4 +5,4 @@ from .configfile import configfile
from .connapp import connapp
__version__ = "2.0"
__all__ = [node, configfile, connapp]
__all__ = ["node", "configfile", "connapp"]

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()