mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
These are autogenerated, but now they export their own MessageNamespace, as well as the raw csv. They also expose their SubtypeTypes, MessageTypes and TlvStreamTypes, though in theory these could clash (they don't for now, and it'd be kinda awkward if they did). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
6 lines
115 B
Python
6 lines
115 B
Python
from pyln.proto.message import MessageNamespace
|
|
from .csv import csv
|
|
|
|
|
|
namespace = MessageNamespace(csv_lines=csv)
|