summaryrefslogtreecommitdiffstats
path: root/theb/theb_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'theb/theb_test.py')
-rw-r--r--theb/theb_test.py4
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