Kamaropoulos / COVID19Py

A tiny Python package for easy access to up-to-date Coronavirus (COVID-19, SARS-CoV-2) cases data.
https://pypi.org/project/COVID19Py/
GNU General Public License v3.0
84 stars 57 forks source link

Added Structural Pattern #103

Closed felicia-nip closed 3 years ago

felicia-nip commented 3 years ago

Added the structural pattern (the adapter pattern) to ensure that current and future objects are able to communicate with each other with no problem through the use of the adapter.