itor/main.go

10 lines
87 B
Go

package main
import (
"gitea.tyrel.dev/tyrel/itor/gui"
)
func main() {
gui.Run()
}