mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
5 lines
88 B
Python
5 lines
88 B
Python
# -*- coding=utf-8 -*-
|
|
from __future__ import absolute_import
|
|
|
|
from .command import cli
|