How to derive from an enum in Python?
Welcome to the next pikoTutorial!
Recently I'm experimenting a lot with different ways of error handling in Python and I stumbled upon a use case in which it would be very helpful to create an enum by deriving from a different enum.
Use case
Let's sa...
pikotutorial.hashnode.dev10 min read