Python3 Migrate
This commit is contained in:
14
venv/lib/python3.7/site-packages/mopidy/audio/constants.py
Normal file
14
venv/lib/python3.7/site-packages/mopidy/audio/constants.py
Normal file
@@ -0,0 +1,14 @@
|
||||
class PlaybackState:
|
||||
|
||||
"""
|
||||
Enum of playback states.
|
||||
"""
|
||||
|
||||
#: Constant representing the paused state.
|
||||
PAUSED = "paused"
|
||||
|
||||
#: Constant representing the playing state.
|
||||
PLAYING = "playing"
|
||||
|
||||
#: Constant representing the stopped state.
|
||||
STOPPED = "stopped"
|
||||
Reference in New Issue
Block a user