#!/usr/bin/env python

import sys
import qmi.tools.proc

if __name__ == "__main__":
    sys.exit(qmi.tools.proc.main())
