mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
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.