I just want to know if its better to insert `config.py` and `model.py` into respective directories `config` and `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?
I just want to know if its better to insert
config.pyandmodel.pyinto respective directoriesconfigandmodel.And in case that this is better, must I create an
__init__.pyin these directories so then I work with them as packages?