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