diff --git a/counter.py b/player/counter.py similarity index 68% rename from counter.py rename to player/counter.py index 55ba6e2..cfcadd4 100644 --- a/counter.py +++ b/player/counter.py @@ -1,3 +1,3 @@ class Counter: def __init__(self, n): - self.int = n \ No newline at end of file + self.int = n