Created
June 12, 2022 16:08
-
-
Save mypy-play/25765c5de9bac0d5145ce0a21fea10fd to your computer and use it in GitHub Desktop.
Shared via mypy Playground
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try: | |
from os import path as _path | |
except Exception: | |
path = None | |
else: | |
path = _path |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment