Files
2020-12-05 21:29:49 +01:00

7 lines
81 B
Python

# -*- mode: snippet -*-
# name: ic
# key: ic
# --
from icecream import ic
ic($1)