# -*- coding: utf-8 -*- import copy def clone(d): return copy.deepcopy(d)