1
0
Fork 0
CrawlerEngines/engines/info_extractor.py

4 lines
80 B
Python

class InfoExtractor:
def process(self, inputData):
print(inputData)