bugpb/init.go

8 lines
97 B
Go

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