summaryrefslogtreecommitdiff
path: root/src/sliceitoff/hiscores/__init__.py
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-04-27 00:40:24 +0300
committerViljami Ilola <+@hix.fi>2024-04-27 00:40:24 +0300
commita4794437d561a01c8bea12d59502e4cc72acfbea (patch)
treea27f26062bf766f0b90b0965c179be0f29022240 /src/sliceitoff/hiscores/__init__.py
parent54cf5ab6dde77dff1afe177b33a054925569a0cf (diff)
separate settings from hiscore
Diffstat (limited to 'src/sliceitoff/hiscores/__init__.py')
-rw-r--r--src/sliceitoff/hiscores/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/hiscores/__init__.py b/src/sliceitoff/hiscores/__init__.py
index fdad3e5..75ce884 100644
--- a/src/sliceitoff/hiscores/__init__.py
+++ b/src/sliceitoff/hiscores/__init__.py
@@ -1,2 +1,2 @@
""" highscores - High score storing and listing """
-from .hiscores import HiScores
+from .hiscores import hi_scores