mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
feat(etl-cache): expose storage layer
This commit is contained in:
parent
a6f2457c7c
commit
87fdb37fa3
1 changed files with 9 additions and 0 deletions
9
surfsense_backend/app/etl_pipeline/cache/storage/__init__.py
vendored
Normal file
9
surfsense_backend/app/etl_pipeline/cache/storage/__init__.py
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
"""Blob storage for cached parse markdown."""
|
||||||
|
|
||||||
|
from __future__ import annotations
|
||||||
|
|
||||||
|
from .markdown_store import MarkdownCacheStore
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
"MarkdownCacheStore",
|
||||||
|
]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue