mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-02 18:35:00 +01:00
4 lines
113 B
Python
4 lines
113 B
Python
from pyln.spec.bolt1 import __version__, desc
|
|
from boltsetup import bolt_setup
|
|
|
|
bolt_setup(1, __version__, desc)
|