Rename counter.py to player/counter.py

This commit is contained in:
Brad Stein 2017-12-30 12:07:27 -06:00 committed by GitHub
parent 87b080c3cc
commit ca9e5c1683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
class Counter: class Counter:
def __init__(self, n): def __init__(self, n):
self.int = n self.int = n