config.py 89 B

1234567
  1. def can_build(env, platform):
  2. return env.editor_build
  3. def configure(env):
  4. pass