output.Output and output.Writer

This commit is contained in:
bel
2023-03-01 22:23:31 -07:00
parent b2bea80c4c
commit c4c1f11f2a
4 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package output
type Output interface {
Close()
Press(...int)
}