7 lines
72 B
Plaintext
Raw Normal View History

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