You know what? ``` from os import path2 as path ``` is not cool enough. Maybe: ``` from os.path2 import path ``` instead? what would require some changes in our .pth file but it's possible
You know what?
is not cool enough. Maybe:
instead?
what would require some changes in our .pth file but it's possible