#!/usr/bin/env python

import bellatrix.burn_instance
import sys

if __name__ == '__main__':
	sys.exit(bellatrix.burn_instance.run(sys.argv))
