mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
42acaba87c
- move instances to separate module - import functions as modules - add docstrings to helper functions - add threaded populate() function - remove unused functions and files - add typing info to helper functions - move large functions to separate module - Introduce independent search input to directory view (demo) - Handle Ctrl + F (yaay 💪😜) - few *more* forgotten changes to the client - phew!
7 lines
123 B
Python
7 lines
123 B
Python
from app.models import AllSongs
|
|
from app.models import Artists
|
|
|
|
songs_instance = AllSongs()
|
|
artist_instance = Artists()
|
|
|
|
"" |