1# https://docs.python.org/3/tutorial/modules.html#:~:text=The%20__init__.py,on%20the%20module%20search%20path. 2# Use all imports relative to root directory 3# (https://chrisyeh96.github.io/2017/08/08/definitive-guide-python-imports.html) 4from src.defaults.config import * # NOQA 5from src.defaults.template import * # NOQA 6 7