| import os | |
| import sys | |
| # Add the package directory to Python path | |
| sys.path.insert(0, os.path.abspath(os.path.dirname(__file__))) |
| import os | |
| import sys | |
| # Add the package directory to Python path | |
| sys.path.insert(0, os.path.abspath(os.path.dirname(__file__))) |