mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-10 13:07:35 +00:00
6 lines
120 B
Python
6 lines
120 B
Python
from app.models import AllSongs
|
|
from app.models import Artists
|
|
|
|
songs_instance = AllSongs()
|
|
artist_instance = Artists()
|