mirror of
https://github.com/jazzband/django-constance.git
synced 2026-04-09 17:51:02 +00:00
5 lines
87 B
Python
5 lines
87 B
Python
class Connection(dict):
|
|
def set(self, key, value):
|
|
self[key] = value
|
|
|
|
|