Use __file__ instead of sys.argv[0] to determine the current script's path, which works correctly when importing the package from another dir
Use __file__ instead of sys.argv[0] to determine the current script's path, which works correctly when importing the package from another dir