Skip to content

Commit

Permalink
Merge pull request #20 from w0rmr1d3r/fix-package
Browse files Browse the repository at this point in the history
Fix package
  • Loading branch information
w0rmr1d3r committed May 1, 2024
2 parents fe4a1d2 + 449e950 commit c5b702e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions raspimonitor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
from raspimonitor.raspimonitor import main

if __name__ == "__main__":
main()
4 changes: 4 additions & 0 deletions raspimonitor/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from raspimonitor.raspimonitor import main

if __name__ == "__main__":
main()

0 comments on commit c5b702e

Please sign in to comment.