Reorganize source tree and build assets

This commit is contained in:
mixeme
2026-06-14 23:40:37 +03:00
parent 414be2dfe9
commit a9d1d9529e
22 changed files with 84 additions and 59 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
package main
import "github.com/pysentry/pysentry/internal/app"
import "github.com/pysentry/pysentry/src/gui"
func main() {
app.Run()
gui.Run()
}