shortcuts.py 208 B

1234567
  1. from ..cache.versions import get_cache_versions
  2. from .dynamicsettings import DynamicSettings
  3. def get_dynamic_settings():
  4. cache_versions = get_cache_versions()
  5. return DynamicSettings(cache_versions)