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

Bridge for source #137

Closed varley23 closed 2 years ago

varley23 commented 3 years ago

Using a bridge pattern, separates the code into two classes, one that holds the backend data, and the other uses said source with "getter" methods.