finish doc 1.0

This commit is contained in:
2022-04-03 18:25:58 -03:00
parent 0c50e3f44f
commit 4d0b040f34
6 changed files with 1403 additions and 229 deletions
+2 -4
View File
@@ -1,12 +1,10 @@
#!/usr/bin/env python3
import sys
from connapp import connapp
from configfile import configfile
from core import node
from conn import *
def main():
conf = configfile()
connapp(conf, node)
connapp(conf)
if __name__ == '__main__':
sys.exit(main())