mirror of
https://github.com/rjNemo/design-patterns
synced 2026-06-06 10:36:39 +00:00
4 lines
104 B
Python
4 lines
104 B
Python
"""
|
|
Provides a simplified interface to a library, a framework, or any other complex
|
|
set of classes.
|
|
"""
|