#!/usr/bin/python

from certmaster import certmaster

import sys

if __name__ == "__main__":
    certmaster.main(sys.argv)
    


