4 lines
76 B
Python
4 lines
76 B
Python
|
import rlcompleter
|
||
|
import readline
|
||
|
readline.parse_and_bind("tab: complete")
|