1 #! /usr/bin/env python 2 3 import sys 4 from fontTools import inspect 5 6 inspect.main(sys.argv[1:]) 7