threads/cache.py

2 lines
48 B
Python

from flask_caching import Cache
cache = Cache()