__init__.py 101 B

12345
  1. from .staticsettings import StaticSettings
  2. SETTINGS_CACHE = "settings"
  3. settings = StaticSettings()