Spaces:
Paused
Paused
File size: 239 Bytes
7d134e4 | 1 2 3 4 5 6 7 | """DEPRECATED - This module is kept here only as a backward compatibility shim
for the old ufoLib.pointPen module, which was moved to fontTools.pens.pointPen.
Please use the latter instead.
"""
from fontTools.pens.pointPen import *
|