made changes

This commit is contained in:
noptuno
2023-04-28 06:33:51 -04:00
65 changed files with 592 additions and 560 deletions

5
test.py Normal file
View File

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