ColossalAI/colossalai/cli/__init__.py

4 lines
40 B
Python
Raw Normal View History

2022-04-19 05:56:59 +00:00
from .cli import cli
__all__ = ['cli']