packages
- gradient
-- hsl_by_value.py
- objects
-- styles
--- box_style.py
How would I do? Like to do it with relative imports.
box_style.py
I think I figure it out. So ... takes you to model name ?
- gradient
-- hsl_by_value.py
- objects
-- styles
--- box_style.py
How would I do? Like to do it with relative imports.
box_style.py
1 |
from ..gradient import hsl_by_value |
I think I figure it out. So ... takes you to model name ?
1 |
from ...gradient import hsl_by_value |
99 percent of computer problems exists between chair and keyboard.