__init__.py 88 Bytes
Newer Older
1
2
3
4
# Copyright (c) OpenMMLab. All rights reserved.
from .cli import run

__all__ = ['run']