#!/usr/bin/python

from gonvert import gonvert_qt


if __name__ == "__main__":
	gonvert_qt.run_gonvert()
