added a TODO

This commit is contained in:
raphael60650 2021-05-21 18:08:18 +02:00
parent 7431a82486
commit 9bcf4b67b7

View file

@ -309,5 +309,6 @@ class ClassApp():
# TODO: Langue # TODO: Langue
# TODO: Use config.json to create CT-FILE # TODO: Use config.json to create CT-FILE
# TODO: Convert multiple race at the same time
App = ClassApp() App = ClassApp()
mainloop() mainloop()