ocr-text-processing
/
ocr-application
/lib
/python3.11
/site-packages
/fontTools
/ufoLib
/pointPen.py
| """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 * | |