godot/modules/regex/config.py

10 lines
96 B
Python
Raw Normal View History

#!/usr/bin/env python
def can_build(platform):
return True
def configure(env):
pass