5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: import
|
|
# key: imp
|
|
# --
|
|
import '${1:Library}';$0 |