feat: export KeyValueAction from argparse package

This commit is contained in:
Tiara Rodney 2026-06-06 14:35:01 +02:00
parent 8077a64f7b
commit e12d65f53c

View file

@ -1,6 +1,7 @@
"""Utilities for building composable CLIs from command dataclasses."""
from byteb4rb1e.utils.argparse.actions import KeyValueAction
from byteb4rb1e.utils.argparse.command import CLICommand
from byteb4rb1e.utils.argparse.dispatcher import CLI
__all__ = ["CLI", "CLICommand"]
__all__ = ["CLI", "CLICommand", "KeyValueAction"]