Skip to content

Commit

Permalink
import init_database
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jul 25, 2024
1 parent 0e34e00 commit 7e91936
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cacholote/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
delete,
expire_cache_entries,
)
from .database import init_database
from .decode import loads
from .encode import dumps

Expand All @@ -47,6 +48,7 @@
"dumps",
"expire_cache_entries",
"extra_encoders",
"init_database",
"loads",
"utils",
]

0 comments on commit 7e91936

Please sign in to comment.