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 Creational - Singleton pattern in Covid19 class #111

Closed 1Jama closed 2 years ago

1Jama commented 3 years ago

Implementation of singleton design pattern in Covid19 class. This makes sure that only one instance of the Covid19 wrapper is every created