I have a dxf file blocks.dxf containing multiple block entities.
I have another dxf file in.dxf into which I need to import the block entities of the previous dxf file blocks.dxf.
How do I copy the block entities from one file to another using ezdxf Python module so that the copied blocks can be inserted anywhere in the in.dxf file?