2013-08-22 15:35:00 -04:00

7 lines
85 B
Python
Executable File

#! /usr/bin/env python
import sys
from fontTools import ttx
ttx.main(sys.argv[1:])