package invalid3
import "git.marketally.com/tutus-one/tutus-chain/pkg/interop/runtime"
func Main() {
runtime.Notify("SomeEvent", "p1", 5)
}