Exemple #1
0
 def __init__(self):
     self.configuration = XMLConfig()
     self.import_data = ImportData()
     self.empty_spot_char = self.configuration.get_empty_spot_char()
     self.export_sudoku = ExportSudoku()
     self.display_main_menu()