# -*- mode: snippet -*-
|
|
# name: import
|
|
# key: imp
|
|
# group : general
|
|
# --
|
|
import ${1:lib}${2: as ${3:alias}}
|
|
$0
|