Programming in progress.
GDL90 message management.
First time using meta classes. Roughly thirty years of programming experience, half of it using Python, and still getting "firsts".
Woa, metaclass subclassing + keywords passing via __init_subclass__ is... weird, but powerful.
Took me some time to figure out that the keywords passed to __init_subclass__ propagate to the metaclass' __new__.