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