2025-06-07 20:06:19 +02:00

7 lines
95 B
Python

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