Coverage for kwai/cli/__init__.py: 0%
4 statements
« prev ^ index » next coverage.py v7.3.0, created at 2023-09-05 17:55 +0000
« prev ^ index » next coverage.py v7.3.0, created at 2023-09-05 17:55 +0000
1"""Package that defines all commands for the CLI of kwai."""
2from .bus import app as bus
3from .db import app as db
4from .identity import app as identity
6__all__ = ["bus", "db", "identity"]