pub type PyHandlers = HashMap<String, Arc<PyHandler>>;
Mapping holding the Python business logic handlers.