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

added singleton creation pattern #148

Closed KhalidHamour closed 2 years ago

KhalidHamour commented 3 years ago

Added a singleton pattern to this project, to allow for only a single instance to exist.

The above was added due to the nature of the project

hope this helps