#!python

# Expose the app as a command line tool

from kognic.io.kognicutil import main

main()
