def register(): bpy.utils.register_module(__name__) # Extend the scene class here to include the addon data bpy.types.Scene.freesound_data = bpy.props.PointerProperty(type=FreeSoundData)