Coverage for src/kwai/cli/commands/__init__.py: 0%
4 statements
« prev ^ index » next coverage.py v7.6.10, created at 2024-01-01 00:00 +0000
« prev ^ index » next coverage.py v7.6.10, created at 2024-01-01 00:00 +0000
1"""Package for all CLI commands."""
3from .bus import app as bus
4from .db import app as db
5from .identity import app as identity
8__all__ = ["bus", "db", "identity"]