mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-07 02:44:19 +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
|