#!/usr/bin/python

import sys
from fontTools import inspect

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