Create ic.py

handy for cave-man debugging
This commit is contained in:
adrianstaniec 2019-07-10 08:59:08 +02:00 committed by GitHub
parent 810d453ac8
commit f8d43f6eae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: ic
# key: ic
# --
from icecream import ic
ic($1)