mirror of
https://github.com/awslabs/amazon-bedrock-agentcore-samples.git
synced 2025-09-08 20:50:46 +00:00
6 lines
150 B
Python
6 lines
150 B
Python
|
"""
|
||
|
Shared modules for the Competitive Intelligence Agent.
|
||
|
"""
|
||
|
from .utils.s3_datasource import UnifiedS3DataSource
|
||
|
|
||
|
__all__ = ['UnifiedS3DataSource']
|