package <%= package %> import org.autoprotocol.measures._ import org.autoprotocol.core.{Sample, Protocol, ProtocolConfig} object <%= name.camelize %> extends Protocol { def run(config: ProtocolConfig): Unit = { // Your code goes here. } }