mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
SCons: Add unobtrusive type hints in SCons files
This commit is contained in:
parent
0a9d8f04c1
commit
9f9ee0c813
173 changed files with 290 additions and 6 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
from misc.utility.scons_hints import *
|
||||
|
||||
Import("env")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue