initial commit

This commit is contained in:
2026-04-08 16:53:29 +05:30
commit fe17e1147d
8 changed files with 1144 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "clint"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"textual[syntax]>=8.2.3",
"textual-dev>=1.8.0",
]