mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-18 20:01:52 +03:00
01c6e7b3bb
This pull request adds a new email sender tool and updates the image generator tool.
4 lines
165 B
Python
4 lines
165 B
Python
from .image_generator import ImageGeneratorTool
|
|
from .web_search import WebSearchTool
|
|
from .url_reader import URLReaderTool
|
|
from .email_sender import EmailSenderTool |