2 lines
48 B
Python
2 lines
48 B
Python
from flask_caching import Cache
|
|
cache = Cache()
|
from flask_caching import Cache
|
|
cache = Cache()
|