This folder provides the code examples for the Real Python tutorial Python Metaclasses.
The tutorial demonstrates its examples in the interactive interpreter, so each REPL sequence is collected here as a runnable script that prints the output the tutorial shows. Run any of them with Python 3.14:
$ python custom_metaclass.py