#!/usr/bin/env python

import bellatrix.set_security
import sys

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