for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
# -*- coding: utf-8 -*-
import copy
def clone(d):
return copy.deepcopy(d)