#!python

from sys import argv
from mcrp_cgam import main_entry

main_entry(argv)

