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

Covid19 Behavioral pattern #157

Closed lotkin98 closed 2 years ago

lotkin98 commented 3 years ago

This pull request is the original project with the observer behavioral pattern applied. This abstracts the data gathering and the data filtering process with the main class as the observer. No new functionality was added.