Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: gmail component #6915

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
3 changes: 2 additions & 1 deletion src/backend/base/langflow/components/composio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from .composio_api import ComposioAPIComponent
from .gmail_api import GmailAPIComponent

__all__ = ["ComposioAPIComponent"]
__all__ = ["ComposioAPIComponent", "GmailAPIComponent"]
Loading
Loading