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

16 lines
334 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,
# )
from chainlib.cli.arg import (
ArgumentParser,
Arg,
ArgFlag,
)