4 lines
95 B
Python
Raw Permalink Normal View History

class AttributeSetter:
def __init__(self, name, value):
setattr(self, name, value)