Skip to content

Instantly share code, notes, and snippets.

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