mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-16 15:14:22 +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
|