From 3a4e5e2f921d0c58a2cec5cc59a5b301f5dace43 Mon Sep 17 00:00:00 2001 From: shoulinwei Date: Tue, 26 Dec 2023 09:24:54 +0800 Subject: [PATCH] add level2 type --- csst_dfs_api/facility/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/csst_dfs_api/facility/__init__.py b/csst_dfs_api/facility/__init__.py index 11a9782..24c961f 100644 --- a/csst_dfs_api/facility/__init__.py +++ b/csst_dfs_api/facility/__init__.py @@ -6,4 +6,6 @@ from .level0 import Level0DataApi from .level0prc import Level0PrcApi from .level1 import Level1DataApi from .level1prc import Level1PrcApi -from .otherdata import OtherDataApi \ No newline at end of file +from .otherdata import OtherDataApi +from .level2 import Level2DataApi +from .level2type import Level2TypeApi \ No newline at end of file -- GitLab