summaryrefslogblamecommitdiffstats
path: root/venv/lib/python3.9/site-packages/PIL/ImagePath.py
blob: 3d3538c97b7b346df2f804721cf3ad810d5260f0 (plain) (tree)


















                                                                  
#
# The Python Imaging Library
# $Id$
#
# path interface
#
# History:
# 1996-11-04 fl   Created
# 2002-04-14 fl   Added documentation stub class
#
# Copyright (c) Secret Labs AB 1997.
# Copyright (c) Fredrik Lundh 1996.
#
# See the README file for information on usage and redistribution.
#

from . import Image

Path = Image.core.path