""" Create a configuration object from the given project directory.
"""
def _mk_config(project_dir=None):
""" Create a configuration object from the given project directory.
"""
def _mk_config(project_dir=None):
""" Create a configuration object with project and config directories
in a temporary directory.
"""
def _mk_config():
(tmp_path / 'project').mkdir()
(tmp_path / 'config').mkdir()
""" Create a configuration object with project and config directories
in a temporary directory.
"""
def _mk_config():
(tmp_path / 'project').mkdir()
(tmp_path / 'config').mkdir()