7 lines
72 B
Plaintext
7 lines
72 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: all
|
|
# key: all
|
|
# --
|
|
__all__ = [
|
|
$0
|
|
] |