rl-prompt
rl-prompt copied to clipboard
Add __init__.py to make rlprompt importable
Without an init.py in the package's folder, the package will not be importable. This way, you can do pip install .
and import the package from anywhere.