from waftools.plugin import plugin

def plugin_configure(conf):
    return True

configure, build = plugin("midsquash", configure=plugin_configure)
