Skip to content

Commit

Permalink
Update __main__.py to fix #33 (#34)
Browse files Browse the repository at this point in the history
Fix #33
  • Loading branch information
rochacbruno authored Jun 27, 2023
1 parent 3f42f92 commit afd1e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_name/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Entry point for project_name."""

from .cli import main # pragma: no cover
from project_name.cli import main # pragma: no cover

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

0 comments on commit afd1e73

Please sign in to comment.