seantronsen / pvt

GNU General Public License v3.0
0 stars 0 forks source link

Enhancement: Incorporate ABC (AbstractBaseClass) decorators and inheritance into design #23

Closed seantrons closed 7 months ago

seantrons commented 7 months ago

More details on this and how it can relate to the project can be found here: https://docs.python.org/3/library/abc.html

seantronsen commented 7 months ago

thinking about this some more, I don't see a reason to implement it at the moment. Python's idea of a abstract base class doesn't entirely align with the base classes in this project since said classes are technically still usable.

There could be some use in the decorators provided by this library, but the implementation seems unnecessary right now.

closing.