Skip to content
This repository was archived by the owner on May 26, 2025. It is now read-only.

Commit afd1e73

Browse files
authored
Update __main__.py to fix #33 (#34)
Fix #33
1 parent 3f42f92 commit afd1e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_name/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Entry point for project_name."""
22

3-
from .cli import main # pragma: no cover
3+
from project_name.cli import main # pragma: no cover
44

55
if __name__ == "__main__": # pragma: no cover
66
main()

0 commit comments

Comments
 (0)