# Cleaner Google tool imports with a unified sub-package

> Google tools have been restructured into a dedicated agno.tools.google sub-package (e.g., from agno.tools.google import GmailTools).

- Published: 2026-03-02
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/cleaner-google-tool-imports-with-a-unified-sub-package
- Markdown: https://agno-com-nine.vercel.app/articles/cleaner-google-tool-imports-with-a-unified-sub-package.md

Google tools have been restructured into a dedicated `agno.tools.google` sub-package (e.g., `from agno.tools.google import GmailTools`). This organizes a growing set of Google integrations under a single, predictable namespace. Existing import paths continue to work, so no migration is required.

Details:

- All Google tools consolidated under `agno.tools.google`
- Backward-compatible; legacy imports remain functional
- Establishes a consistent pattern as Google tool coverage expands
