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