From 2b75ebf5da1a7e63c996df2c2f4bc02140798f29 Mon Sep 17 00:00:00 2001 From: Bradley Meyer Date: Sun, 24 Sep 2023 17:39:16 -0400 Subject: [PATCH] Add import. --- lvlspy/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lvlspy/__init__.py b/lvlspy/__init__.py index 897d624..dba16c1 100644 --- a/lvlspy/__init__.py +++ b/lvlspy/__init__.py @@ -3,8 +3,9 @@ """ import os -from lvlspy.level import * +from lvlspy.spcoll import * from lvlspy.species import * +from lvlspy.level import * from lvlspy.transition import * xml_catalog = os.path.join(os.path.dirname(__file__), "xsd_pub/catalog")