From 5b4892ab6947336e0eb18938d70e59423fc5cfdd Mon Sep 17 00:00:00 2001 From: ndyer Date: Wed, 21 Dec 2022 13:08:51 -0500 Subject: [PATCH] updated networking __init__.py --- pypong/networking/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pypong/networking/__init__.py diff --git a/pypong/networking/__init__.py b/pypong/networking/__init__.py new file mode 100644 index 0000000..80c304f --- /dev/null +++ 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