mysteriendrama/lib/python3.11/site-packages/django/contrib/postgres/fields/utils.py
2023-07-22 12:13:39 +02:00

4 lines
95 B
Python

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