visualize_5_13.py 168 B

123
  1. def depr_mes(func_name):
  2. print("This function is deprecated. Please use", func_name)
  3. print("Read docs at https://reneshbedre.github.io/blog/howtoinstall.html")