wikicrawl/launcher.py

10 lines
209 B
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')