HighNeed_projekt_inz/highneed/venv/lib/python3.6/site-packages/django/contrib/postgres/fields/utils.py

4 lines
95 B
Python
Raw Normal View History

2021-03-25 13:15:48 +01:00
class AttributeSetter:
def __init__(self, name, value):
setattr(self, name, value)