initial commit

This commit is contained in:
2026-01-01 21:46:20 +01:00
commit 26a46f92c1
11 changed files with 356 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
package engine
type Note struct {
Path string
}