Skip to content

Commit

Permalink
Imports are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jasursadikov committed Dec 30, 2024
1 parent 6658adc commit f3f3aac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ classifiers = [
]
dependencies = ["prettytable"]

[tool.setuptools.packages]
find = { where = ["src"] }

[tool.setuptools_scm]
version_scheme = "no-guess-dev"
local_scheme = "no-local-version"
Expand Down
4 changes: 2 additions & 2 deletions src/mud/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

from mud import utils, settings
from mud.app import App
from . import utils, settings
from .app import App


def run():
Expand Down

0 comments on commit f3f3aac

Please sign in to comment.