mirror of
https://github.com/kristoferssolo/School.git
synced 2025-10-21 20:10:38 +00:00
6 lines
232 B
Python
6 lines
232 B
Python
"""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 *
|