summaryrefslogtreecommitdiffstats
path: root/test.py
blob: 4b39bd0a3830eae453a88e5746d0a4814b222e51 (plain) (blame)
1
2
3
4
5
import theb

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