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