Skip to content

Files

chapter05_singleton

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 20, 2021
Sep 22, 2022

Chapter 5: Singleton design pattern

Singleton: ensures a class has only one instance, and provides a global point of access to it.

My implementation is based this stackoverflow post.

Running the code

python chocolate.py