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