borderless / apis /__init__.py
spagestic's picture
Removed the outdated structured-data tools and wired everything to web search instead.
425ab31
Raw
History Blame Contribute Delete
197 Bytes
# apis/__init__.py
from apis.exa import search_immigration
from apis.firecrawl import crawl_site, scrape_page
__all__ = [
"crawl_site",
"scrape_page",
"search_immigration",
]