7 lines
85 B
Python
Executable File
7 lines
85 B
Python
Executable File
#! /usr/bin/env python
|
|
|
|
import sys
|
|
from fontTools import ttx
|
|
|
|
ttx.main(sys.argv[1:])
|