mirror of
https://github.com/neogeek23/Dominion-Strategy-Simulator.git
synced 2026-02-04 02:58:16 +00:00
3 lines
55 B
Python
3 lines
55 B
Python
class Counter:
|
|
def __init__(self, n):
|
|
self.int = n |