#!python

from cfgen import cfgen

if __name__ == "__main__":
    cfgen.main()
