python how to make a function available in 2 modules code example
Example 1: modules in python
import numpy as np:
Example 2: modules in python
import pyttsx3 # using ptython to convert text to speech
import numpy as np:
import pyttsx3 # using ptython to convert text to speech