#!python

with open('build.py') as f:
    exec(f.read())
