rhelmot / CelesteMagicTimer

Autosplitter program for Celeste on Linux
MIT License
11 stars 7 forks source link

Add/improve Type-Hints #12

Open Weyaaron opened 3 years ago

Weyaaron commented 3 years ago

As of python 3.6, python supports type hints: https://www.python.org/dev/peps/pep-0484/ They improve readability and help IDEs with autocompletion I'll do them whenever I refactor code, but its propably a good idea to do one update only fokussed on this issue.