summaryrefslogblamecommitdiffstats
path: root/theb/theb_test.py
blob: 177c970abf234577fbb516c5792b90a1a843b940 (plain) (tree)
1
2
3
4



                                                   
import theb

for token in theb.Completion.create('hello world'):
    print(token, end='', flush=True)