2019-08-10 15:39:02 +01:00

6 lines
91 B
Python

import sys
from fontTools.varLib import main
if __name__ == '__main__':
sys.exit(main())