feat(net): добавление функционала для работы с сетью

This commit is contained in:
2026-08-07 03:05:51 +03:00
parent e5bfbee528
commit 715853c4b9
3 changed files with 203 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from .controller import NetworkController
from .protocol import NetworkMesssage
__all__ = [
"NetworkController",
"NetworkMesssage",
]