#!/usr/bin/env python # Get A Clue (C) 2010 V. Harishankar # Crossword puzzle maker program # Licensed under the GNU GPL v3 # Main script import crosswordpuzzlecreator def main (): app = crosswordpuzzlecreator.CrosswordPuzzleCreator () if __name__=="__main__": main ()