Spaces:
Sleeping
Sleeping
File size: 194 Bytes
9b6536a | 1 2 3 4 5 6 | """Tools package for Policy Summarizer"""
from tools.web_scraper import web_scraper_tool
from tools.text_analyzer import text_analyzer_tool
__all__ = ['web_scraper_tool', 'text_analyzer_tool']
|