wikicrawl/launcher.py

10 lines
191 B
Python

import app
import settings
# Inject the settings.DefaultSettings object into the
# app and start running the program.
app.init(settings.DefaultSettings)
app.main()
input('<enter> to exit')