summaryrefslogtreecommitdiff
path: root/slugify/__init__.py
blob: 81849b99d8a875e09969b0fc56780b80f1638b85 (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__ = '2.0.0'