diff options
Diffstat (limited to 'bip-0388')
-rwxr-xr-x[-rw-r--r--] | bip-0388/wallet_policies.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bip-0388/wallet_policies.py b/bip-0388/wallet_policies.py index 42f615a..4cd5031 100644..100755 --- a/bip-0388/wallet_policies.py +++ b/bip-0388/wallet_policies.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + from typing import Iterable, List, Mapping, Tuple, Generator |