#!/usr/bin/env python

import bellatrix.start_instance
import sys

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