python-patterns icon indicating copy to clipboard operation
python-patterns copied to clipboard

Add Singleton design pattern example

Open farheen-shaikh530 opened this issue 6 months ago • 0 comments

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.

farheen-shaikh530 avatar Jun 09 '25 00:06 farheen-shaikh530