webscrapper / scraper /__init__.py
AkshayStark's picture
intiail setup for scrapper
95f7828
raw
history blame contribute delete
84 Bytes
from .automate import multiple_links_scraping
__all__ = ['multiple_links_scraping']