Skip to content

Commit

Permalink
jury/__init__.py updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimcavusoglu committed Aug 15, 2021
1 parent c107ca9 commit 490d0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jury/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

from .core import Jury
from jury.core import Jury

SOURCE_DIR = os.path.abspath(os.path.dirname(__file__))
PROJECT_ROOT = os.path.dirname(SOURCE_DIR)
Expand Down

0 comments on commit 490d0fd

Please sign in to comment.