This commit is contained in:
randogoth 2025-10-19 22:58:10 +03:00
commit 3d889ec117
14 changed files with 1722 additions and 0 deletions

9
pyproject.toml Normal file
View file

@ -0,0 +1,9 @@
[project]
name = "md2amb"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"pyfiglet>=0.8.0",
]