SyntaxFix
Write A Post
Hire A Developer
Questions
This was trivial.
Each module has a __file__ variable that shows its relative path from where you are right now.
__file__
Therefore, getting a directory for the module to notify it is simple as:
os.path.dirname(__file__)