Files
nutshell/cashu/lightning/__init__.py
calle 3333102327 lightning: add fakewallet (#134)
* lightning: add fakewallet

* make format

* fix mypy

* make backend configurable

* weird mypy
2023-03-07 17:49:27 +01:00

4 lines
77 B
Python

# type: ignore
from .fake import FakeWallet
from .lnbits import LNbitsWallet