YOSO
YOSO copied to clipboard
Weird python package layout
In the current form, the package is installed such that its subpackages are imported like this:
from demo import config
(which might very well clash with other local packages)
or unintuitive paths like this:
import projects.YOSO..yoso
whereas you would usually suspect only a import yoso or something like this
Thanks for your suggestion. We will revise the code for better package layout. Can you provide the link of code lines for these problems? since we cannot locate where the problems raise in the code.