#!/usr/bin/python

import gettext
import glchess.main

gettext.textdomain('glchess')
app = glchess.main.Application()
app.start()
