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