Added setup.py and made all imports relative so it will work as a module.

This commit is contained in:
The Wobbler 2024-12-29 19:23:53 +01:00
parent 239e50bfc9
commit 5cbc272ee3
5 changed files with 39 additions and 12 deletions

View file

@ -2,8 +2,7 @@
import sys
import argparse
from main import Wobuzz
from player.playlist import Playlist
from .main import Wobuzz
description = "A music player made by The Wobbler."