Files
Onyva-Postling/src/scraper/__init__.py
2026-02-03 12:48:43 +01:00

5 lines
127 B
Python

"""Scraper module."""
from src.scraper.apify_scraper import LinkedInScraper, scraper
__all__ = ["LinkedInScraper", "scraper"]