Spaces:
Runtime error
Runtime error
File size: 109 Bytes
8a6cf24 |
1 2 3 4 5 6 7 |
import sys
from fontTools.designspaceLib import main
if __name__ == "__main__":
sys.exit(main())
|