configfile: "config.yaml"


X = config["unexisting_key"]

print(1)
