5 lines
127 B
Python
5 lines
127 B
Python
"""Scraper module."""
|
|
from src.scraper.apify_scraper import LinkedInScraper, scraper
|
|
|
|
__all__ = ["LinkedInScraper", "scraper"]
|