5 lines
98 B
Python
5 lines
98 B
Python
# -*- coding=utf-8 -*-
|
|
from __future__ import absolute_import
|
|
|
|
from .command import cli # noqa
|