- Chad Fox
Defining an Abstract base class using Python's abc module
Updated: Aug 18, 2020

Abstract classes are an excellent way to help your development team and your personal code base stay within constraints and required implementations. I was going to write up something of my own about this for helping train new technical artists, but this covers it well!
5 views0 comments