feat(*): implement v0.1.0, add docs

This commit is contained in:
h
2026-01-19 01:25:44 +01:00
commit 506a975052
34 changed files with 3285 additions and 0 deletions

6
ty.toml Normal file
View File

@@ -0,0 +1,6 @@
[environment]
python = ".venv"
[rules]
unresolved-import = "ignore"
unresolved-attribute = "ignore"