package main
import (
run "git.danitheskunk.com/squishy/blooblib/Run"
"git.danitheskunk.com/squishy/goo/src"
)
func main() {
run.Run(&src.Game{})
}