massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / os / path.pyi
1 import sys
2
3 if sys.platform == "win32":
4     from ntpath import *
5 else:
6     from posixpath import *