xref: /aosp_15_r20/external/fonttools/Lib/fontTools/ufoLib/pointPen.py (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1*e1fe3e4aSElliott Hughes"""DEPRECATED - This module is kept here only as a backward compatibility shim
2*e1fe3e4aSElliott Hughesfor the old ufoLib.pointPen module, which was moved to fontTools.pens.pointPen.
3*e1fe3e4aSElliott HughesPlease use the latter instead.
4*e1fe3e4aSElliott Hughes"""
5*e1fe3e4aSElliott Hughes
6*e1fe3e4aSElliott Hughesfrom fontTools.pens.pointPen import *
7