Skip to content

Commit

Permalink
add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
pail23 committed Dec 22, 2023
1 parent 8b3725c commit 77f757c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""Frontend for Music Assistant."""
from pathlib import Path


def where() -> Path:
"""Return path to the frontend."""
return Path(__file__).parent
Empty file added public/py.typed
Empty file.

0 comments on commit 77f757c

Please sign in to comment.