mirror of
https://github.com/neogeek23/Dominion-Strategy-Simulator.git
synced 2026-02-04 19:18:18 +00:00
had removed passive method as it is not used, where as a setup method will probably be
4 lines
57 B
Python
4 lines
57 B
Python
class Counter:
|
|
def __init__(self, n):
|
|
self.int = n
|