Files
2025-03-11 21:14:26 +01:00

9 lines
145 B
Plaintext

# -*- mode: snippet -*-
# name: __init__
# key: _init
# group : definitions
# --
def __init__(self${1:, args}):
${2:"${3:docstring}"
}$0