mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-08 14:52:54 -04:00
python and typst script
This commit is contained in:
parent
da5f497ec1
commit
be05046783
19 changed files with 2223 additions and 0 deletions
7
layout/python/slugify/__init__.py
Normal file
7
layout/python/slugify/__init__.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
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'
|
Loading…
Add table
Add a link
Reference in a new issue