Hello Everyone!
I would ilke to ask anyone how to find the following:
- Import all modules from certain scripts in the folder (from x import *)
- Get the current path of the folder
For the former, I need to use a “from script import *” statement.
I saw something like from . import * but it didn’t seem to work.
Secondly, how does one get the path to the current file (as these are both in init.py, it returns the add ons folder path, excluding the add on folder itself)
Thanks
Angus