Spaces:
Runtime error
Runtime error
File size: 104 Bytes
5f5d58c |
1 2 3 4 5 6 |
import sys
from fontTools.varLib.instancer import main
if __name__ == "__main__":
sys.exit(main())
|