Init yolk

This commit is contained in:
elkowar 2024-11-23 20:30:02 +01:00
commit 5d453bf088
Signed by: ElKowar
GPG key ID: 862BA3D7D7760F13
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/local

6
yolk.rhai Normal file
View file

@ -0,0 +1,6 @@
fn canonical_data() {
#{}
}
fn local_data(system) {
canonical_data()
}