rl-prompt icon indicating copy to clipboard operation
rl-prompt copied to clipboard

Add __init__.py to make rlprompt importable

Open AMJasser opened this issue 8 months ago • 0 comments

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.

AMJasser avatar Jun 06 '24 19:06 AMJasser