How-to articles, tricks, and solutions about RELATIVE-PATH
How to get an absolute file path in Python
You can use the os.path.abspath() function to get the absolute file path of a file in Python.
Import a module from a relative path
To import a module from a relative path in Python, you can use the importlib.import_module() function from the importlib module.