import requests api_url = "https://glpi.ipa.basealt.ru" def main(): print("hello") if __name__ == "__main__": main()