Hey! I have two files justatry.py and hydr.py I want to call a function named Transform from hydr.py in justatry.py I am using this code:
import hydr
hydr.Transform
but while running it shows except ValueError
Please tell me how can I fix it.
import hydr
hydr.Transform
but while running it shows except ValueError
Please tell me how can I fix it.
Comment