Python and Singleton.
Never use singleton in python!
You can use instead of it Borg Pattern.
Also you can just use module instead of class. :)
Never use singleton in python!
You can use instead of it Borg Pattern.
Also you can just use module instead of class. :)