mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
00e2b06e9d
- move instances to new file - import functions as modules - add docstrings to helper functions - add threaded populate() function - remove unused functions and files - add typing info to helper functions - other unremembered changes to the client
5 lines
119 B
Python
5 lines
119 B
Python
from app.models import AllSongs
|
|
from app.models import Artists
|
|
|
|
songs_instance = AllSongs()
|
|
artist_instance = Artists() |