6 lines
91 B
Python
Executable file
6 lines
91 B
Python
Executable file
#! /usr/bin/env python
|
|
|
|
import sys
|
|
from fontTools import subset
|
|
|
|
subset.main(sys.argv[1:])
|