I hate nix so turing complete yaml it is!

moving and initing python

@kaygb.me 59c7dc2e 1e32c4f7

+1
.python-version
··· 1 + 3.13
+1
README.md
··· 1 1 # Turing Complete YAML 2 + 2 3 (name in progress) 3 4 4 5 ![xkcd 927](https://imgs.xkcd.com/comics/standards.png)
+6
main.py
··· 1 + def main(): 2 + print("Hello from turing-complete-yaml!") 3 + 4 + 5 + if __name__ == "__main__": 6 + main()
+7
pyproject.toml
··· 1 + [project] 2 + name = "turing-complete-yaml" 3 + version = "0.1.0" 4 + description = "Add your description here" 5 + readme = "README.md" 6 + requires-python = ">=3.13" 7 + dependencies = []