SCons: Add unobtrusive type hints in SCons files

This commit is contained in:
Thaddeus Crews
2024-06-11 15:19:07 -05:00
parent 0a9d8f04c1
commit 9f9ee0c813
173 changed files with 290 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
#!/usr/bin/env python
from misc.utility.scons_hints import *
import atexit
import sys
import time