from igf_api.IgfClient import IgfClient if __name__ == '__main__': client = IgfClient() tg_bot = client.tgBot.get_list() print(tg_bot)