#!/usr/bin/python
"""
/**********************************************************

    Organization    :AsymptopiaSoftware | Software@theLimit

    Website         :www.asymptopia.org

    Author          :Charles B. Cosse

    Email           :ccosse@gmail.com

    Copyright       :(C) 2006-2008 Asymptopia Software

    License         :GPL2

***********************************************************/
"""
import os,sys,string,time
from TuxMathScrabble.tms import *

if __name__ == "__main__":
	appdir='TuxMathScrabble'
	x=TuxMathScrabbleApp()
