python-flask-template/cache.py
2025-03-09 11:41:17 +01:00

2 lines
48 B
Python

from flask_caching import Cache
cache = Cache()