mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
4 lines
147 B
Python
4 lines
147 B
Python
from bootstrapvz.common.tools import load_data
|
|
|
|
# tox makes sure that the cwd is the project root
|
|
build_settings = load_data('build_settings.yml')
|