Pattern for power rule in eoc3

This commit is contained in:
Grant Sanderson
2017-01-27 19:31:20 -08:00
parent b097620389
commit 5ad1de5434
5 changed files with 273 additions and 21 deletions

View File

@ -124,6 +124,7 @@ class ApplyMethod(Transform):
target = copy.deepcopy(method)(*args)
Transform.__init__(self, method.im_self, target, **kwargs)
class FadeOut(Transform):
CONFIG = {
"remover" : True,