1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Merge pull request #93058 from Repiteo/scons/scons_hints

SCons: Add unobtrusive type hints in SCons files
This commit is contained in:
Rémi Verschelde
2024-09-26 12:45:21 +02:00
173 changed files with 290 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")