/opt/alt/python312/lib/python3.12/site-packages/setuptools/_distutils/__pycache__
� �S,�r�[� � � d dl Zd dlZd� Zej d� � Zej dej j fd�� Z d� Z y)� Nc �B � � t j � � � fd�� }|S )z� Wrap func so it's not called if its first param is None >>> print_text = pass_none(print) >>> print_text('text') text >>> print_text(None) c �"