dotfiles/.emacs.d/snippets/python-mode/all

7 lines
72 B
Plaintext

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