Files
emacs/lisp/yasnippet-snippets/snippets/python-mode/all
2025-03-11 21:14:26 +01:00

9 lines
114 B
Plaintext

# -*- mode: snippet -*-
# name: all
# key: all
# expand-env: ((yas-indent-line 'fixed))
# --
__all__ = [
$0
]