wikicrawl/launcher.py
2017-10-20 17:39:00 -06:00

12 lines
232 B
Python
Executable File

#!/usr/bin/env python
import wikicrawl
import settings
# Inject the settings.DefaultSettings object into the
# app and start running the program.
wikicrawl.init(settings.DefaultSettings)
wikicrawl.main()
input('<enter> to exit')