diff --git a/pypong/__init__.py b/pypong/__init__.py new file mode 100644 index 0000000..a04d823 --- /dev/null +++ b/pypong/__init__.py @@ -0,0 +1 @@ +__version__ = 'alpha_0.0.1' \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..231dd17 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +pygame \ No newline at end of file