From b5b247f2a7bc06d9636ea2ed1e56827c82ed9ac1 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(+) 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