# -*- mode: snippet -*-
# name: Singleton
# key: singleton
# --
object $1 {
    $0
}