Update __init__.py

This commit is contained in:
Arc 2020-04-02 07:44:35 +01:00 committed by GitHub
parent 73ec8deee1
commit f364ce51c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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