diff options
Diffstat (limited to 'theb/theb_test.py')
-rw-r--r-- | theb/theb_test.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/theb/theb_test.py b/theb/theb_test.py new file mode 100644 index 00000000..177c970a --- /dev/null +++ b/theb/theb_test.py @@ -0,0 +1,4 @@ +import theb + +for token in theb.Completion.create('hello world'): + print(token, end='', flush=True)
\ No newline at end of file |