// Copyright 2025 WIT.COM Inc Licensed GPL 3.0
package cobol
import (
"go.wit.com/lib/protobuf/guipb"
"go.wit.com/log"
)
func PrintTable(pb *guipb.Table) {
log.Info("print PB here")
}