mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
f7db50e8fb
Signed-off-by: Dan Ryan <dan@danryan.co>
4 lines
87 B
Python
4 lines
87 B
Python
# -*- coding=utf-8 -*-
|
|
from __future__ import absolute_import
|
|
from .command import cli
|