OpenSlides/openslides/system/__init__.py
2012-02-20 20:35:12 +01:00

4 lines
92 B
Python

from system.models import Config
# TODO: Test that this is not thead-save
config = Config()