Hacker News new | ask | show | jobs
by scrollaway 2240 days ago
Every time I implement an action class, I make sure to make an empty parent class to subclass it from.

    class Action(Lawsuit): ...