Feb-11-2020, 10:44 AM
Ok, thank you.
But I would like to know if the Singleton's approach is correct and pythonic or, on the contrary, it is better to create an instance of the class and pass it on as an argument to the other classes and in the other modules.
Thank you!
But I would like to know if the Singleton's approach is correct and pythonic or, on the contrary, it is better to create an instance of the class and pass it on as an argument to the other classes and in the other modules.
Thank you!