Files
swingmusic-extended/server/app/instances.py
T
2022-01-15 10:58:32 +03:00

6 lines
120 B
Python

from app.models import AllSongs
from app.models import Artists
songs_instance = AllSongs()
artist_instance = Artists()