Skip to content

Commit

Permalink
Merge 09d65b2 into 5bb1f41
Browse files Browse the repository at this point in the history
  • Loading branch information
alexxyjiang committed Dec 4, 2019
2 parents 5bb1f41 + 09d65b2 commit efcca0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cachetools/__init__.py
Expand Up @@ -4,6 +4,7 @@

import functools

from . import func
from . import keys
from .cache import Cache
from .lfu import LFUCache
Expand All @@ -13,7 +14,7 @@

__all__ = (
'Cache', 'LFUCache', 'LRUCache', 'RRCache', 'TTLCache',
'cached', 'cachedmethod'
'cached', 'cachedmethod', 'func'
)

__version__ = '3.1.1'
Expand Down

0 comments on commit efcca0f

Please sign in to comment.