Skip to content

Commit

Permalink
Add __main__.py to enable 'python -m pypinfo'
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 24, 2024
1 parent 69d912f commit 55669da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pypinfo/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from pypinfo import cli

Check warning on line 1 in pypinfo/__main__.py

View check run for this annotation

Codecov / codecov/patch

pypinfo/__main__.py#L1

Added line #L1 was not covered by tests

if __name__ == "__main__":
cli.pypinfo()

0 comments on commit 55669da

Please sign in to comment.