• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1from __future__ import print_function, division, absolute_import
2from fontTools.misc.py23 import *
3
4from .path import SVGPath, parse_path
5
6__all__ = ["SVGPath", "parse_path"]
7