File: __main__.py

package info (click to toggle)
python-scrapy 2.13.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,648 kB
  • sloc: python: 51,968; xml: 199; makefile: 25; sh: 7
file content (4 lines) | stat: -rw-r--r-- 77 bytes parent folder | download | duplicates (3)
1
2
3
4
from scrapy.cmdline import execute

if __name__ == "__main__":
    execute()