Added the built int functions registry

Still lots to do tho
This commit is contained in:
2026-07-25 15:06:41 +01:00
parent a76374e128
commit 026ab23a89
11 changed files with 308 additions and 110 deletions
+3 -1
View File
@@ -4,7 +4,9 @@ version = "0.1.0"
description = "Utility to run tasks such as backups"
readme = "README.md"
requires-python = ">=3.14"
dependencies = []
dependencies = [
"pyaml>=26.7.0",
]
[tool.pyright]
venvPath = "."