spock
11/28/2017 - 8:14 PM

The Borg PseudoSingleton

class Borg:
    _shared_state = {}
    def __init__(self):
        self.__dict__ = self._shared_state