> > https://blog.danslimmon.com/2019/07/15/do-nothing-scripting-...
What is the point of defining a Python class with a single `run` method, and then running with `Class.run()`, instead of just defining a `function` and running with `function()`?