diff --git a/types/ui.go b/types/ui.go new file mode 100644 index 0000000..a17bd95 --- /dev/null +++ b/types/ui.go @@ -0,0 +1,6 @@ +package types + +type UI interface { + Draw() + Run() +}