guipb/init.go

8 lines
97 B
Go
Raw Normal View History

2025-02-13 17:24:27 -06:00
// Copyright 2025 WIT.COM Inc Licensed GPL 3.0
package guipb
func Init() bool {
return true
}