I just want to know if its better to insert config.py and model.py into respective directories config and model.
config.py
model.py
config
model
And in case that this is better, must I create an __init__.py in these directories so then I work with them as packages?
__init__.py