diff --git a/entities/entity.py b/entities/entity.py new file mode 100644 index 00000000..b114f263 --- /dev/null +++ b/entities/entity.py @@ -0,0 +1 @@ +# Hi There! \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 879f5df2..109e1f11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pygame==2.1.2 -scipy==1.9.3 +pygame +scipy