OpenSlides/openslides/system/__init__.py

4 lines
92 B
Python
Raw Normal View History

2012-02-15 12:04:11 +01:00
from system.models import Config
2012-02-20 20:35:12 +01:00
# TODO: Test that this is not thead-save
2012-02-15 12:04:11 +01:00
config = Config()