aboutsummaryrefslogtreecommitdiff
path: root/R2R/r2r/prompts/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'R2R/r2r/prompts/__init__.py')
-rwxr-xr-xR2R/r2r/prompts/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/R2R/r2r/prompts/__init__.py b/R2R/r2r/prompts/__init__.py
new file mode 100755
index 00000000..88ed0658
--- /dev/null
+++ b/R2R/r2r/prompts/__init__.py
@@ -0,0 +1,3 @@
+from .local.r2r_prompt_provider import R2RPromptProvider
+
+__all__ = ["R2RPromptProvider"]