swingmusic/server/app/instances.py
2022-03-04 08:02:01 +03:00

7 lines
182 B
Python

from app.models import AllSongs, Artists, TrackColors, Albums
songs_instance = AllSongs()
artist_instance = Artists()
track_color_instance = TrackColors()
album_instance = Albums()