Snippet

fun Snippet(    package: String,     name: String,     imports: Set<String> = emptySet(),     content: String)