This commit is contained in:
t.me/xtekky
2023-04-27 19:32:39 +01:00
parent 011d0babc2
commit ac96278d74
5 changed files with 31 additions and 26 deletions

4
theb/theb_test.py Normal file
View File

@@ -0,0 +1,4 @@
import theb
for token in theb.Completion.create('hello world'):
print(token, end='', flush=True)