mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
10 lines
129 B
Python
10 lines
129 B
Python
# |~~\' |~~
|
|
# |__/||~~\|--|/~\\ /
|
|
# | ||__/|__| |\/
|
|
# |
|
|
|
|
from .cli import cli
|
|
|
|
if __name__ == '__main__':
|
|
cli()
|