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 Pattern Final #134

Closed grewal-jaskarn-216381071 closed 2 years ago

grewal-jaskarn-216381071 commented 3 years ago

The Bridge pattern is used to separate the interface of class from its implementation. It also is designed to separate class interface from its implementation, so that we can get an implementation without changing the client code. We have applied this to our COVID19.py we divided the main interface of the file from the class.