package me.eater.hefbrug.dsl.context class ListenerContext : Listener { override val listen: MutableSet = mutableSetOf() }