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