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

Implementation of Structural - Composite pattern in Covid19 class #112

Closed 1Jama closed 2 years ago

1Jama commented 3 years ago

Implementation of composite pattern in Covid19 class by addition of new External Sources class. This makes the Covid19 class composite of the object of external sources class.