``` try: import optional_dependency # Use the optional dependency except ImportError: # Handle the absence of the optional dependency pass ```