zhangnew commited on
Commit
6d7c9be
·
unverified ·
1 Parent(s): e14c21e

Support to move the cursor with the left and right keys (#73)

Browse files
Files changed (1) hide show
  1. src/EdgeGPT.py +1 -0
src/EdgeGPT.py CHANGED
@@ -6,6 +6,7 @@ import asyncio
6
  import json
7
  import os
8
  import random
 
9
  import sys
10
  from typing import Generator
11
  from typing import Optional
 
6
  import json
7
  import os
8
  import random
9
+ import readline
10
  import sys
11
  from typing import Generator
12
  from typing import Optional