Im am trying to implement the observer pattern in Python with two concrete classes PublisherOne and PublisherTwo, that are built on the Abstr
PublisherOne
PublisherTwo
Abstr