mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-25 19:44:02 +00:00
5 lines
76 B
Python
Executable File
5 lines
76 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
from scrapy.command.cmdline import execute
|
|
execute()
|