twink/tui/args.go

8 lines
40 B
Go
Raw Normal View History

2025-12-06 11:01:11 +01:00
package tui
type (
Args struct{
}
)