Modifies forecast.py to have certain functions follow the aggregate design principle. General gist of the changes is to encapsulate two of the functions, 'forecast' and 'plot_forecast' within a single class, CreateForecast
Created an aggregate root with db_sources.py that allows for the access of github/wiki data through it, modified data_prep.py and list_countries.py to reflect this change
Modifies forecast.py to have certain functions follow the aggregate design principle. General gist of the changes is to encapsulate two of the functions, 'forecast' and 'plot_forecast' within a single class, CreateForecast
Created an aggregate root with db_sources.py that allows for the access of github/wiki data through it, modified data_prep.py and list_countries.py to reflect this change