diff --git a/pypong/networking/__init__.py b/pypong/networking/__init__.py index e69de29..80c304f 100644 --- a/pypong/networking/__init__.py +++ b/pypong/networking/__init__.py @@ -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. +""" \ No newline at end of file