Files
nvim/UltiSnips/pyenv.snippets
2025-03-15 19:19:36 +01:00

7 lines
57 B
Plaintext

global !p
def print_hello():
print("Hello")
endglobal