wikicrawl/launcher.py

10 lines
209 B
Python
Raw Normal View History

import wikicrawl
2017-08-17 01:27:05 -06:00
import settings
# Inject the settings.DefaultSettings object into the
# app and start running the program.
wikicrawl.init(settings.DefaultSettings)
wikicrawl.main()
2017-08-17 01:27:05 -06:00
input('<enter> to exit')