2024-11-25 09:27:40 +01:00

7 lines
81 B
Go

package epuboptions
type Color struct {
Foreground string
Background string
}