summaryrefslogtreecommitdiff
path: root/snippets/python-mode/defaultdict
blob: 29563d0f4b9cc69e29552c499d233cb94d47cee3 (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# key: dd
# group: imports
# --
from collections import defaultdict
$0