avoid circular imports
This commit is contained in:
parent
58764b1e92
commit
5a190fe590
2 changed files with 1 additions and 6 deletions
|
|
@ -45,7 +45,7 @@ Releasenotes = "https://code.c-base.org/infuanfu/teilchensammler-cli/src/branch/
|
|||
Repository = "https://code.c-base.org/infuanfu/teilchensammler-cli/"
|
||||
|
||||
[project.scripts]
|
||||
teilchensammler-cli = "teilchensammler_cli:main"
|
||||
teilchensammler-cli = "teilchensammler_cli.main:main"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
"""
|
||||
This file exists so the directory becomes a package.
|
||||
"""
|
||||
|
||||
from teilchensammler_cli.main import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue