Created
June 12, 2022 16:10
-
-
Save mypy-play/4bf2e37b2c0f2ee7f98c9cbda755d82f 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 | |
except Exception: | |
path = None |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment