Refactored the sources folder to now have an aggregate root class named data_sources.py. This aggregate root will help create a boundary between the data sources and the rest of the code. Subsequent scripts that imported github.py will now refer to data_sources.py and will call functions from it.
Refactored the sources folder to now have an aggregate root class named
data_sources.py.
This aggregate root will help create a boundary between the data sources and the rest of the code. Subsequent scripts that importedgithub.py
will now refer todata_sources.py
and will call functions from it.