idiomify / explore /explore_fetch_idioms.py
eubinecto's picture
[#2] Support for d-1-2 done. Support for m-1-2 partially done (need to implement the testing logic with some valid metrics)
e3c7b5a
raw
history blame
130 Bytes
from idiomify.fetchers import fetch_idioms
def main():
print(fetch_idioms("d-1-2"))
if __name__ == '__main__':
main()