#!env python3
""" Launch mcomm
"""
import subprocess
import sys
subprocess.call(["python3", "/usr/local/share/mcomm/mcomm.py", *sys.argv[1:]])
