Add initial Fyne GUI prototype

This commit is contained in:
mixeme
2026-06-14 21:35:37 +03:00
parent eca5771a09
commit 4dfb3e5e40
5 changed files with 1067 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "github.com/pysentry/pysentry/internal/app"
func main() {
app.Run()
}