#! /usr/bin/python2
"""A wrapper script to run geximon."""

from geximon import geximon
geximon.main()
