initial commit

This commit is contained in:
2025-06-06 16:31:11 +02:00
commit f4b3ff36ae
8 changed files with 334 additions and 0 deletions

7
col_spec.go Normal file
View File

@ -0,0 +1,7 @@
package tprint
type ColSpec struct {
Name string
MaxWidth int
MaxHeight int
}