Implemented basic node hosting and page serving.

This commit is contained in:
Mark Qvist 2021-08-26 15:26:12 +02:00
parent 55e8479979
commit 862f4835c7
7 changed files with 243 additions and 24 deletions

View file

@ -3,6 +3,7 @@ import glob
from .NomadNetworkApp import NomadNetworkApp
from .Conversation import Conversation
from .Node import Node
from .ui import *