from idiomify.fetchers import fetch_idioms def main(): print(fetch_idioms("pie_v0")) if __name__ == '__main__': main()