chainlib-eth/chainlib/eth/cli/arg.py

11 lines
245 B
Python

# external imports
from chainlib.cli import (
ArgumentParser,
argflag_std_read,
argflag_std_write,
argflag_std_base,
argflag_std_base_read,
flag_reset as argflag_reset,
Flag,
)