Browse Source

Update __init__.py

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
f364ce51c0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lnbits/wallets/__init__.py

1
lnbits/wallets/__init__.py

@ -1,6 +1,7 @@
# flake8: noqa
from .lnd import LndWallet
from .lndgrpc import LndWalletgrpc
from .lntxbot import LntxbotWallet
from .opennode import OpenNodeWallet
from .lnpay import LNPayWallet

Loading…
Cancel
Save