import requests def check_links(args_obj, parser): print("") print("Checking links") print("########################") print("Not implemented yet.") print("This is supposed to check all links in the system.") print("########################")