Skip to content

Instantly share code, notes, and snippets.

@mypy-play
Created June 12, 2022 16:08
Show Gist options
  • Save mypy-play/25765c5de9bac0d5145ce0a21fea10fd to your computer and use it in GitHub Desktop.
Save mypy-play/25765c5de9bac0d5145ce0a21fea10fd to your computer and use it in GitHub Desktop.
Shared via mypy Playground
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