mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-26 17:05:45 +00:00
a1428ca3c8
Since Python 3.5+ is required, we can use proper type hints based on PEP 484. Because we are working on contributor tooling we can assume 3.6+ and use PEP 526 for variable declarations as well.