File size: 131 Bytes
1bf3d62
 
 
 
e9d1a5a
1bf3d62
 
 
 
1
2
3
4
5
6
7
8
9
10
from idiomify.fetchers import fetch_idioms


def main():
    print(fetch_idioms("pie_v0"))


if __name__ == '__main__':
    main()