Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Inherit the class abc.ABC
from abc import ABC
class MyABC(ABC): pass
Define a Customized __new__
Method
Reference
https://docs.python.org/3/library/abc.html