idiomify / explore /explore_fetch_idioms.py
eubinecto's picture
[#5] idioms:d-1-3 is done. Added multiple senses of the same idiom as a list
370afc1
from idiomify.fetchers import fetch_idioms
def main():
print(fetch_idioms("d-1-3"))
if __name__ == '__main__':
main()