mirror of
https://github.com/Ladebeze66/ft_linear_regression.git
synced 2025-12-16 14:07:45 +01:00
7 lines
244 B
Python
7 lines
244 B
Python
"""DEPRECATED - This module is kept here only as a backward compatibility shim
|
|
for the old `ufoLib.pointPen` module, which was moved to :class:`fontTools.pens.pointPen`.
|
|
Please use the latter instead.
|
|
"""
|
|
|
|
from fontTools.pens.pointPen import *
|