mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-29 06:24:46 +01:00
* lightning: add fakewallet * make format * fix mypy * make backend configurable * weird mypy
4 lines
77 B
Python
4 lines
77 B
Python
# type: ignore
|
|
from .fake import FakeWallet
|
|
from .lnbits import LNbitsWallet
|