MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / main

Function main

Chinese_FlashCard/app/main.py:5–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3from models import create_dictionary
4
5def main():
6 dct = create_dictionary()
7 keyslist = list(dct.keys())
8 shuffle(keyslist)
9 app = MainApp(keyslist,dct)
10 app.mainloop()
11
12if __name__ == "__main__":
13 main()

Callers 1

main.pyFile · 0.70

Calls 3

create_dictionaryFunction · 0.90
MainAppClass · 0.90
shuffleFunction · 0.85

Tested by

no test coverage detected