9 lines
193 B
Python
9 lines
193 B
Python
"""
|
|
Integration test package for Composio SDK.
|
|
|
|
This package contains comprehensive integration tests for various Composio features,
|
|
including experimental MCP functionality.
|
|
"""
|
|
|
|
__all__ = []
|