Skip to content

Commit cf1eef0

Browse files
committed
fix: duplicate module conflict
1 parent 8884631 commit cf1eef0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ exclude = [
4646
"build/",
4747
"dist/",
4848
".venv/",
49+
"src/python/__main__.py",
4950
]
5051

5152
[tool.pytest.ini_options]

src/python/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Python utilities and CLI."""

0 commit comments

Comments
 (0)