import requests
import pyyaml
def __main__():
    print("TEST")

__main__()