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