Skip to content

Commit

Permalink
fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon committed May 1, 2024
1 parent fe4a1d2 commit 449e950
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 449e950

Please sign in to comment.