mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 10:36:39 +00:00
4 lines
116 B
Python
4 lines
116 B
Python
"""
|
|
Lets you ensure that a class has only one instance, while providing a global
|
|
access point to this instance.
|
|
"""
|