mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 07:34:24 +01:00
5 lines
113 B
Python
5 lines
113 B
Python
from pyln.spec.bolt2 import __version__, desc
|
|
from boltsetup import bolt_setup
|
|
|
|
bolt_setup(2, __version__, desc)
|