#!/usr/bin/env python
from QuickDictionary import main

try:
	main.ShowMeaning()
except KeyboardInterrupt:
	print "Quitting..."
			