summaryrefslogtreecommitdiff
path: root/snippets/python-mode/ordereddict
blob: 0390b9ad9681ad34e807fc6546f3caaa24fa9b54 (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# key: od
# group: imports
# --
from collections import OrderedDict
$0