removed CT-FILE TODO

This commit is contained in:
raphael60650 2021-05-21 22:30:55 +02:00
parent 53adf54157
commit 1005ac3c94

View file

@ -355,6 +355,5 @@ class ClassApp():
t.start() t.start()
# TODO: Langue # TODO: Langue
# TODO: Use config.json to create CT-FILE
App = ClassApp() App = ClassApp()
mainloop() mainloop()