nicegui prompt

This commit is contained in:
John Lancaster
2026-06-16 21:33:29 -05:00
commit ece3e68915
5 changed files with 1044 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[project]
name = "prompts"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"zensical>=0.0.45",
]