from waftools.plugin import plugin

def plugin_configure(conf):
    return True

configure, build = plugin('diskwrite', configure=plugin_configure)
