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

from geximon import geximon
geximon.main()
