Skip to content

Commit

Permalink
🔧 revert to relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gy-mate committed Aug 25, 2024
1 parent 6168678 commit 0d55e49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/moodle_to_vikwikiquiz/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
import pyperclip # type: ignore
from send2trash import send2trash # type: ignore

from quiz.illustrations.state_of_illustrations import StateOfIllustrations # type: ignore
from quiz.grading_types import GradingType # type: ignore
from quiz.quiz import Quiz # type: ignore
from quiz.quiz_helpers import clear_terminal # type: ignore
from .quiz.illustrations.state_of_illustrations import StateOfIllustrations # type: ignore
from .quiz.grading_types import GradingType # type: ignore
from .quiz.quiz import Quiz # type: ignore
from .quiz.quiz_helpers import clear_terminal # type: ignore


def main() -> None:
Expand Down

0 comments on commit 0d55e49

Please sign in to comment.