Skip to content

Commit

Permalink
fix: Re-added main
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminHalko committed Apr 8, 2024
1 parent 4d0b766 commit 2b78c1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wii_music_editor/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import wii_music_editor

if __name__ == "__main__":
wii_music_editor.main()

0 comments on commit 2b78c1a

Please sign in to comment.