godot-lportal/config.py

8 lines
89 B
Python

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