wikicrawl/launcher.py

7 lines
104 B
Python

import app.cli
import settings
app.cli.init(settings.Settings)
app.cli.main()
input('<enter> to exit')