fix setup
This commit is contained in:
@ -5,4 +5,4 @@ from .configfile import configfile
|
||||
from .connapp import connapp
|
||||
|
||||
__version__ = "2.0"
|
||||
__all__ = [node, configfile, connapp]
|
||||
__all__ = ["node", "configfile", "connapp"]
|
||||
|
@ -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()
|
||||
|
Reference in New Issue
Block a user