5 lines
168 B
Python
5 lines
168 B
Python
|
|
# make ``config`` a package so it can be imported from anywhere in the
|
||
|
|
# project. re-export the important names for convenience.
|
||
|
|
|
||
|
|
from .config import config, TEMPLATE
|