Skip to content

Instantly share code, notes, and snippets.

@Orami
Created March 27, 2025 00:16
Show Gist options
  • Save Orami/443e59cf3994487cd45fd923b28e4572 to your computer and use it in GitHub Desktop.
Save Orami/443e59cf3994487cd45fd923b28e4572 to your computer and use it in GitHub Desktop.
Example Gist created with Composio
def hello_world():
print("Hello from Composio!")
if __name__ == "__main__":
hello_world()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment