#!/usr/bin/env python3
from yaml_requests import main

code = main()
exit(code)
