Moved playlist tabs related widgets to its own files.

This commit is contained in:
The Wobbler 2025-01-27 16:39:43 +01:00
parent 9d844ae2dd
commit 649ad1d647
5 changed files with 97 additions and 78 deletions

View file

@ -0,0 +1,5 @@
#!/usr/bin/python3
from .tab_widget import PlaylistTabs
from .tab_bar import PlaylistTabBar
from .tab_title import TabTitle