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

10 lines
209 B
Python

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