mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 22:35:43 +00:00
split router classes and make own module
This commit is contained in:
parent
6306a845c7
commit
8ae23b4d0f
5 changed files with 102 additions and 60 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue