updated networking __init__.py

This commit is contained in:
Nicholas Dyer 2022-12-21 13:08:51 -05:00
parent 1102e075c0
commit b5b247f2a7
No known key found for this signature in database
GPG Key ID: E4E6388793FA2105

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