Skip to content

Commit 549ce3f

Browse files
committed
Startup code
1 parent 85ca1f4 commit 549ce3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lightspeed-stack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ def load_configuration(filename: str) -> Configuration:
1010
"""Load configuration from YAML file."""
1111
with open(filename, encoding="utf-8") as fin:
1212
config_dict = yaml.safe_load(fin)
13+
print(config_dict)
1314
return Configuration(**config_dict)
1415

1516

0 commit comments

Comments
 (0)