From 295792c38b87e2bd412f22ad15482578bdcf090b Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Thu, 24 Aug 2023 12:27:42 -0600 Subject: [PATCH] Update init file to include all proper elements --- .../com/raytheon/uf/common/dataplugin/__init__.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/dynamicserialize/dstypes/com/raytheon/uf/common/dataplugin/__init__.py b/dynamicserialize/dstypes/com/raytheon/uf/common/dataplugin/__init__.py index c18ecc8..1700ce6 100644 --- a/dynamicserialize/dstypes/com/raytheon/uf/common/dataplugin/__init__.py +++ b/dynamicserialize/dstypes/com/raytheon/uf/common/dataplugin/__init__.py @@ -21,7 +21,14 @@ # File auto-generated by PythonFileGenerator __all__ = [ - 'events' + 'events', + 'gfe', + 'grid', + 'level', + 'message', + 'persist', + 'radar', + 'text' ]