mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +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()
|