python-patterns
python-patterns copied to clipboard
Add Singleton design pattern example
This PR adds a simple implementation of the Singleton design pattern in Python. The example is placed in patterns/singleton.py and includes comments and a small test run.