In python how can I create a function that can be global an used in all classes that are called? Here is an example:
import configparser import os import sy
Put notify() in a utility module and have all the other modules import it.
notify()