mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-06 22:09:03 -04:00
7 lines
200 B
Python
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'
|