proofit404 / stories

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

Deny to use `Actor` class directly in the story. #700

Closed proofit404 closed 1 year ago

proofit404 commented 3 years ago
class Review(Story, Actor):  # error
    I.fetch_pending_report
proofit404 commented 1 year ago

Superseded by #723