
Calvin D. answered 07/08/22
Python Programmer & Cyber Security Officer @ US Air Force
I was having some trouble with posting my answer here, so I've posted a link to a document with the same information in text form.
https://docs.google.com/document/d/e/2PACX-1vQbZW9ANKwHZm0QL_io1pARiGdeexeDZtOkkMf6XwTVniLiKBHAabMIXDsSmVwqaFHAFhUBXYG-37mt/pub
The final code looks like this, which imports the abstract class module (abc), uses it in a base class, and provides and example of how to inherit from it properly.