SVijayB / PyHub

A-Z of Python Essentials in one place
http://www.vijaybalaji.me/PyHub/
GNU General Public License v3.0
25 stars 15 forks source link

Create singleton class example #ISSUE-55 #58

Closed jopime closed 1 year ago

jopime commented 1 year ago

This is a software design pattern that restricts the instantiation of a class to one "single" instance. This is useful when exactly one object is needed to coordinate actions across the system.

github-actions[bot] commented 1 year ago

Hey @jopime!, thank you for contributing to open source!🚀 Your pull request will be reviewed at the earliest.

SVijayB commented 1 year ago

@jopime PR LGTM! Thanks for contributing to the repository and open source! 🚀