paperindex / src /crawl /__init__.py
DVampire
update website
583741e
raw
history blame contribute delete
145 Bytes
# Crawl module for web scraping and data extraction
from .huggingface_daily import HuggingFaceDailyPapers
__all__ = ['HuggingFaceDailyPapers']