10 lines
209 B
Python
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,
|
||
|
)
|