mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-02 21:20:25 +00:00
3 lines
95 B
Python
3 lines
95 B
Python
class AttributeSetter:
|
|
def __init__(self, name, value):
|
|
setattr(self, name, value)
|