PynPong/pypong/networking/__init__.py

4 lines
138 B
Python
Raw Normal View History

2022-12-21 13:08:51 -05:00
"""
Contains all networking code and classes to get the game to communicate over UDP, along with a GUI to help connection
go smoothly.
"""