`bpy.utils.unregister_class(bpy.types.Menu)` would remove `bl_rna` type information from the menu (also Panels & other built-int types). Prevent unregistering built-in types since this will only cause problems.
`bpy.utils.unregister_class(bpy.types.Menu)` would remove `bl_rna` type information from the menu (also Panels & other built-int types). Prevent unregistering built-in types since this will only cause problems.