AaronWard / covidify

Covidify - corona virus report and dataset generator for python 📈 [no longer being updated]
MIT License
446 stars 113 forks source link

Implemented config.py as a singleton #86

Open MuhammedMujahid opened 3 years ago

MuhammedMujahid commented 3 years ago

What?

Config.py has been implemented as a singleton

Why?

System memory resources, consistent forecasting, prevent data discrepancies, and avoid look-ahead bias

How?

By using a metaclasss

Testing?

N/A

Screenshots (optional)

N/A

Anything Else?

Pls merge, thx