4 lines
57 B
Python

class Counter:
def __init__(self, n):
self.int = n