anarsec.guide/layout/python/slugify/__init__.py
2023-07-09 20:53:03 +00:00

7 lines
200 B
Python

from .special import *
from .slugify import *
__author__ = 'Val Neekman @ Neekware Inc. [@vneekman]'
__description__ = 'A Python slugify application that also handles Unicode'
__version__ = '4.0.1'