mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
6 lines
60 B
Python
6 lines
60 B
Python
from .cli import cli
|
|
|
|
|
|
if __name__ == "__main__":
|
|
cli()
|