# -*- mode: snippet -*-
# name: embed
# key: embed
# --
from IPython import embed; embed()
