finish doc 1.0

This commit is contained in:
2022-04-03 18:25:58 -03:00
parent de2c2ab21b
commit 67fa4e1e6d
6 changed files with 1403 additions and 229 deletions

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