7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: python
|
|
# key: py_
|
|
# --
|
|
#+begin_src python
|
|
$0
|
|
#+end_src |