# -*- mode: snippet -*-
# name: all
# key: all
# --
__all__ = [
    $0
]