diff --git a/README.md b/README.md index b60448f..4a0923f 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,6 @@ Welcome to **Swarms Tools**, the ultimate package for integrating **cutting-edge --- -## 🌌 Vision - -At Swarms Corporation, we envision a world where **intelligent agents collaborate autonomously** to advance humanity. **Swarms Tools** delivers the building blocks for an interconnected, automated, and infinitely scalable future. Join us as we pioneer the tools of tomorrow, today. - ---- - ## 🚀 Features - **Unified API Integration**: Ready-to-use Python functions for financial data, social media, IoT, and more. diff --git a/swarms_tools/__init__.py b/swarms_tools/__init__.py index bf6bd6c..2e12c8c 100644 --- a/swarms_tools/__init__.py +++ b/swarms_tools/__init__.py @@ -1,3 +1,5 @@ from dotenv import load_dotenv load_dotenv() + +from swarms_tools.financial_data import *