* Add `--evaluate` option to test a proposed CSP without needing to install it (best to use in conjunction with --bypass-csp`)
5 lines
84 B
Python
5 lines
84 B
Python
import sys
|
|
from .crawl import main
|
|
|
|
if __name__ == "__main__":
|
|
sys.exit(main())
|