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