YOSO icon indicating copy to clipboard operation
YOSO copied to clipboard

Weird python package layout

Open uahic opened this issue 1 year 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