blob: 830329555471e36186f22d2a1819788146defc91 [file] [log] [blame]
class Spam(object):
__slots__ = ["bacon"]
def __init__(self):
self.bacon = None