mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-03 05:30:24 +00:00
4 lines
95 B
Python
4 lines
95 B
Python
|
|
class AttributeSetter:
|
||
|
|
def __init__(self, name, value):
|
||
|
|
setattr(self, name, value)
|