Closed martinruefenacht closed 5 years ago
We now run via "python3.7 -m lemonspotter" in the root directory. Changed all imports to be from lemonspotter package, absolute imports.
This was done for the tests frameworks to be able to find things and for other projects to be able to find lemonspotter as well. I think this is the proper way to do it.
We now run via "python3.7 -m lemonspotter" in the root directory. Changed all imports to be from lemonspotter package, absolute imports.