split router classes and make own module

This commit is contained in:
Bastian Schroll 2019-03-04 14:48:25 +01:00
parent 6306a845c7
commit 8ae23b4d0f
5 changed files with 102 additions and 60 deletions

View file

@ -43,7 +43,7 @@ from boswatch.network.server import TCPServer
from boswatch.packet import Packet
from boswatch.utils import header
from boswatch.network.broadcast import BroadcastServer
from boswatch.router import RouterManager
from boswatch.router.routerManager import RouterManager
header.logoToLog()