The aim of this library is to abstract pubsub.
Subscribe with some class magic. Example: self.subscribe(‘error’) -> subscribe(‘frame.error’) Afterwars you can call it with send.frame_error()
Subscribe with some class magic. Example: self.subscribe(‘error’) -> subscribe(‘frame.error’)