7 lines
103 B
Python
Raw Normal View History

import sys
from fontTools.designspaceLib import main
if __name__ == "__main__":
sys.exit(main())