umer70112254 commited on
Commit
365661e
·
1 Parent(s): b2daf73

Create __init__.py

Browse files
Files changed (1) hide show
  1. __init__.py +3 -0
__init__.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from llama_hub.llama_packs.gradio_react_agent_chatbot.base import GradioReActAgentPack
2
+
3
+ __all__ = ["GradioReActAgentPack"]