File size: 94 Bytes
9cddcfd
 
 
 
 
1
2
3
4
5
6
import sys
from fontTools.mtiLib import main

if __name__ == "__main__":
    sys.exit(main())