rdeditor
rdeditor copied to clipboard
Improve dev loop by using relative imports
Using relative imports allows the module to be run without requiring it to be installed. Once this change has been merged it should be as simple as running python -m rdeditor.rdEditor
from the root folder.