Module pacai.bin.crawler
Binary for the crawler simulation.
Functions
def main(argv)
-
Expand source code
def main(argv): """ Entry point for the crawler simulation. The args are a blind pass of `sys.argv`. """ initLogging() max_steps = _load_args(argv) sys.exit(run(max_steps = max_steps))
Entry point for the crawler simulation. The args are a blind pass of
sys.argv
.