EVOLUTION-MANAGER
Edit File: lfu.py
import warnings from . import LFUCache warnings.warn( "cachetools.lfu is deprecated, please use cachetools.LFUCache", DeprecationWarning )