Skip to content

Commit

Permalink
chore: add CacheStats and CacheStatsTracker to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Nov 3, 2023
1 parent 3e276fc commit f80321b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cacheout/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
)
from .mru import MRUCache
from .rr import RRCache
from .stats import CacheStats, CacheStatsTracker

0 comments on commit f80321b

Please sign in to comment.