https://stackabuse.com/adapter-design-pattern-in-python/
Adapter Design Pattern in Python
Jun 13, 2023 - We'll implement the adapter design pattern in Python so that we can interact with an object with an incompatible interface.
adapter design patternpython