Hi,
is there any way to specify the path to modules within import statement
(like in Java)?
For instance: "import my.path.module" would load module from
../my/path/module.py?
Thx,
A.
is there any way to specify the path to modules within import statement
(like in Java)?
For instance: "import my.path.module" would load module from
../my/path/module.py?
Thx,
A.
Comment