initial commit

This commit is contained in:
2025-10-29 19:26:50 +01:00
commit 105c1d3099
34 changed files with 687 additions and 0 deletions

View File

View File

@@ -0,0 +1,19 @@
[project]
name = "komtaggertui"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "WorldTeacher", email = "coding_contact@pm.me" }
]
requires-python = ">=3.13"
dependencies = [
"komtagger",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.uv.sources]
komtagger = { workspace = true }

View File

@@ -0,0 +1,2 @@
def hello() -> str:
return "Hello from komtaggertui!"

View File

@@ -0,0 +1,3 @@
from textual.content import Content
from rich.console import RenderableType
from