2018-06-14 22:53:10 +08:00

17 lines
90 B
Go

package main
import (
"../../UI"
)
type HelloWorldPlugin struct {
UI.Plugin
}