Skip to content

Commit

Permalink
Add import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Meyer committed Sep 24, 2023
1 parent db66140 commit 2b75ebf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lvlspy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2b75ebf

Please sign in to comment.