578ed1ba98
Moving all of my Emacs-related files into their own directory at the root of this repository.
6 lines
No EOL
89 B
Text
6 lines
No EOL
89 B
Text
# -*- mode: snippet -*-
|
|
# name: dunder init
|
|
# key: ctor
|
|
# --
|
|
def __init__(self$1):
|
|
$2 |