From 6bc638d129e6d7e847f60da07066fcce67a0b788 Mon Sep 17 00:00:00 2001 From: Christoffer Claesson Date: Sat, 14 Oct 2023 10:21:33 +0200 Subject: [PATCH] Added msg2xml as a Function import to __init__.py --- takproto/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/takproto/__init__.py b/takproto/__init__.py index efe32a6..ec29c35 100644 --- a/takproto/__init__.py +++ b/takproto/__init__.py @@ -32,6 +32,7 @@ from .functions import ( # NOQA xml2proto, + msg2xml, parse_proto, parse_mesh, parse_stream,