#! /usr/bin/env python

import sys
from fontTools import ttx

ttx.main(sys.argv[1:])