ISO-27001-Risk-Management/.venv/lib/python3.11/site-packages/django/contrib/postgres/fields/utils.py

4 lines
95 B
Python
Raw Normal View History

2025-09-24 18:13:40 +02:00
class AttributeSetter:
def __init__(self, name, value):
setattr(self, name, value)