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
1 changed files with 6 additions and 0 deletions

View File

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