updated networking __init__.py

This commit is contained in:
2022-12-21 13:08:51 -05:00
parent 1102e075c0
commit b5b247f2a7

View File

@@ -0,0 +1,4 @@
"""
Contains all networking code and classes to get the game to communicate over UDP, along with a GUI to help connection
go smoothly.
"""