We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
try: import optional_dependency # Use the optional dependency except ImportError: # Handle the absence of the optional dependency pass