Skip to content

Commit

Permalink
Fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zyteka committed Sep 16, 2024
1 parent 4c7cf7f commit 7f0bd91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions explingo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from narrator import Narrator
from grader import Grader
from explingo.narrator import Narrator
from explingo.grader import Grader

__author__ = "MIT Data To AI Lab"
__email__ = "[email protected]"
Expand Down

0 comments on commit 7f0bd91

Please sign in to comment.