updated networking __init__.py

This commit is contained in:
Nicholas Dyer 2022-12-21 13:08:51 -05:00
parent f87075fa51
commit 5b4892ab69

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.
"""