Merge pull request #327 from adrianstaniec/patch-1

Create ic.py
This commit is contained in:
Andrea Crotti 2020-06-06 12:49:44 +01:00 committed by GitHub
commit d5ef8ed2b3
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)