Skip to content

Commit

Permalink
Feat: Reorganize repository to contain only the server code
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Nov 2, 2024
1 parent 8a38b27 commit 36a706f
Show file tree
Hide file tree
Showing 252 changed files with 1,542 additions and 5,649 deletions.
11 changes: 0 additions & 11 deletions .release-please-config-dev.json

This file was deleted.

8 changes: 0 additions & 8 deletions .release-please-config-stable.json

This file was deleted.

3 changes: 0 additions & 3 deletions .release-please-manifest-dev.json

This file was deleted.

3 changes: 0 additions & 3 deletions .release-please-manifest-stable.json

This file was deleted.

2 changes: 2 additions & 0 deletions music_assistant/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
"""Music Assistant: The music library manager in python."""

from .mass import MusicAssistant # noqa: F401
6 changes: 3 additions & 3 deletions music_assistant/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
from aiorun import run
from colorlog import ColoredFormatter

from music_assistant.common.helpers.json import json_loads
from music_assistant import MusicAssistant
from music_assistant.constants import MASS_LOGGER_NAME, VERBOSE_LOG_LEVEL
from music_assistant.server import MusicAssistant
from music_assistant.server.helpers.logging import activate_log_queue_handler
from music_assistant.helpers.json import json_loads
from music_assistant.helpers.logging import activate_log_queue_handler

FORMAT_DATE: Final = "%Y-%m-%d"
FORMAT_TIME: Final = "%H:%M:%S"
Expand Down
3 changes: 0 additions & 3 deletions music_assistant/client/__init__.py

This file was deleted.

Loading

0 comments on commit 36a706f

Please sign in to comment.