Create a folder in your project's Assets folder to hold the assets of this project. It can be named anything you'd like, but I'd recommend something like "EdysBlenderImporter". Copy all the folders ...
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 ...