proofit404 / stories

Service objects designed with OOP in mind.
https://proofit404.github.io/stories/
BSD 2-Clause "Simplified" License
296 stars 21 forks source link

State requires to have at least one variable. #657

Closed proofit404 closed 2 years ago

proofit404 commented 3 years ago

State subclass can't have empty class body.

class A1(State): # error
    ...
proofit404 commented 2 years ago

Superseded by #722