emmental/tests/playlist/__init__.py
Anna Schumaker fdfc12fbd2 playlist: Create a Playlist Factory object
The playlist factory has properties for the currently selected,
currently active, and previous playlists. It will eventually create
Gio.ListModel instances representing the tracks in each of these playlists,
in sorted order.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2023-05-10 17:42:17 -04:00

3 lines
98 B
Python

# Copyright 2023 (c) Anna Schumaker.
"""Needed to fix the unique basename problem with pytest."""