YOSO icon indicating copy to clipboard operation
YOSO copied to clipboard

Weird python package layout

Open uahic opened this issue 2 years ago • 1 comments

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

uahic avatar Jun 26 '23 15:06 uahic

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.

hujiecpp avatar Jun 26 '23 16:06 hujiecpp