4 lines
77 B
Python
4 lines
77 B
Python
from scrapy.cmdline import execute
|
|
|
|
if __name__ == '__main__':
|
|
execute()
|