mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-29 22:21:17 +00:00
7 lines
75 B
Python
7 lines
75 B
Python
#!/usr/bin/python
|
|
|
|
Import('env')
|
|
Export('env')
|
|
|
|
SConscript('tests/SCsub');
|