Jaymon / captain

command line python scripts for humans
MIT License
13 stars 1 forks source link

interface.CommandFinder metaclass could be replaced with __init_subclass__ method #76

Closed Jaymon closed 3 months ago

Jaymon commented 1 year ago

interface.CommandFinder basically is serving the same purpose as the __init_subclass__ method