5 lines
99 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: interact
# key: int
# --
import code; code.interact(local=locals())