0
I was wondering if it is correct to import libraries within functions? Or it is better to import the library in the file that the function is called, but the function will only work if the library that the function needs has been previously imported.