guipb/init.go

8 lines
97 B
Go

// Copyright 2025 WIT.COM Inc Licensed GPL 3.0
package guipb
func Init() bool {
return true
}