mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-27 01:34:20 +01:00
With the preceeding UTF-8 fix, I'd like to detect UTF-8 support. But AFAICT Python doesn't have a standard way of doing version exposure. So I added __version__, but now we need to make sure it matches. I used the hackiest possible method. [ Christian Decker fixed version to be sane, so previous comment no longer applies! --RR ] Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
3 lines
114 B
Python
3 lines
114 B
Python
from .lightning import LightningRpc, RpcError, Millisatoshi, __version__
|
|
from .plugin import Plugin, monkey_patch
|