tricrypt/types/ui.go
2024-03-14 00:03:11 +02:00

7 lines
52 B
Go

package types
type UI interface {
Draw()
Run()
}