3
0
Fork 0

feat: add simple Diff class, to render common table

This commit is contained in:
Lance Edgar 2025-12-19 18:05:48 -06:00
parent 78600c8cc2
commit cca34bca1f
6 changed files with 353 additions and 0 deletions

View file

@ -37,6 +37,7 @@ dependencies = [
"python-configuration",
"typer",
"uuid7",
"WebHelpers2",
]