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