GodotStack/config.py
2023-10-10 12:56:02 +03:00

7 lines
88 B
Python

# config.py
def can_build(env, platform):
return True
def configure(env):
pass