PolicySummarizer / tools /__init__.py
Nadasr's picture
Create tools/__init__.py
9b6536a verified
raw
history blame contribute delete
194 Bytes
"""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']