kenken999's picture
test
565ab19
raw
history blame
181 Bytes
class ScrapingService:
def __init__(self):
self.logger = logging.getLogger(__name__)
def scrape(self, website):
# Implement scraping logic here
pass