from idiomify.fetchers import fetch_idioms def main(): print(fetch_idioms("d-1-3")) if __name__ == '__main__': main()