mirror of
https://github.com/neogeek23/Dominion-Strategy-Simulator.git
synced 2026-02-04 11:08:18 +00:00
had removed passive method as it is not used, where as a setup method will probably be
6 lines
60 B
Python
6 lines
60 B
Python
from table.pile import Pile
|
|
|
|
|
|
class Trash(Pile):
|
|
pass
|