Skip to content

Commit

Permalink
pyln.proto.message: export more.
Browse files Browse the repository at this point in the history
FieldType lets you make new field types, and split_field helps with
parsing.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell committed May 31, 2020
1 parent f94213d commit c797870
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/pyln-proto/pyln/proto/message/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .message import MessageNamespace, MessageType, Message, SubtypeType
from .fundamental_types import split_field, FieldType

__version__ = '0.0.1'

Expand All @@ -7,4 +8,6 @@
"MessageType",
"Message",
"SubtypeType",
"FieldType",
"split_field",
]

0 comments on commit c797870

Please sign in to comment.