7 lines
81 B
Python
7 lines
81 B
Python
# -*- mode: snippet -*-
|
|
# name: ic
|
|
# key: ic
|
|
# --
|
|
from icecream import ic
|
|
ic($1)
|