Initialization only happens once, when you import the module for the first time, afaik. Unless you are running multiple Python processes, that is.
Initialization only happens once, when you import the module for the first time, afaik. Unless you are running multiple Python processes, that is.