diff options
author | Viljami Ilola <+@hix.fi> | 2024-04-27 00:40:24 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-04-27 00:40:24 +0300 |
commit | a4794437d561a01c8bea12d59502e4cc72acfbea (patch) | |
tree | a27f26062bf766f0b90b0965c179be0f29022240 /src/sliceitoff/hiscores/__init__.py | |
parent | 54cf5ab6dde77dff1afe177b33a054925569a0cf (diff) |
separate settings from hiscore
Diffstat (limited to 'src/sliceitoff/hiscores/__init__.py')
-rw-r--r-- | src/sliceitoff/hiscores/__init__.py | 2 |
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 |