stories icon indicating copy to clipboard operation
stories copied to clipboard

State class should contain only variable definitions.

Open proofit404 opened this issue 5 years ago • 0 comments

State subclass attribute value should be Argument or Variable placeholders.

class A1(State): # error
    foo = 1

proofit404 avatar Jan 30 '21 23:01 proofit404