mirror of
https://github.com/FlipsideCrypto/terra-multisend.git
synced 2026-02-06 10:47:19 +00:00
5 lines
102 B
Python
5 lines
102 B
Python
import click
|
|
from .config import Config
|
|
|
|
|
|
pass_config = click.make_pass_decorator(Config, ensure=True) |