This commit is contained in:
2025-08-29 21:33:33 +02:00
parent df4eeca9cb
commit 2b8271263d
36 changed files with 1439 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "censorbot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"nicegui>=2.23.3",
]