summaryrefslogtreecommitdiff
path: root/slugify/__init__.py
blob: c351e2e101beb46522229cf84fa113c6df6f5eb6 (plain)
1
2
3
4
5
6
from .slugify import *


__author__ = 'Val Neekman @ Neekware Inc. [@vneekman]'
__description__ = 'A Python slugify application that also handles Unicode'
__version__ = '3.0.3'