itor/main.go
2022-10-08 23:09:19 -04:00

10 lines
87 B
Go

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