
    BVh!                     4    d Z ddlmZ da ed      d        Zy)z'Python strict deprecation mode enabler.    )	tf_exportFzexperimental.enable_strict_modec                      da y)zxIf called, enables strict mode for all behaviors.

  Used to switch all deprecation warnings to raise errors instead.
  TN)STRICT_MODE     W/home/dcms/DCMS/lib/python3.12/site-packages/tensorflow/python/framework/strict_mode.pyenable_strict_moder	      s	     +r   N)__doc__ tensorflow.python.util.tf_exportr   r   r	   r   r   r   <module>r      s,    . 6 ,- .r   