Select “Install from file…” and open “Assets\Blender\io_anim_events.zip” from the project you installed the package into If you can’t easily see the new addon enable the “Import Export” category ...
Place your code in separate files. Best pratice is to put operators, menus, views etc. everything that needs a register and unregister function into its own file and let 'init.py' initialize the ...