Skip to content

Commit

Permalink
Add actions and sections to the API
Browse files Browse the repository at this point in the history
  • Loading branch information
map0logo committed Dec 2, 2021
1 parent 48a946f commit cf540f9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions spyder-pomodoro-timer/spyder_pomodoro_timer/spyder/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,17 @@
"""
Spyder Pomodoro Timer API.
"""


class PomodoroToolbarActions:
Start = "start_timer"
Pause = "pause_timer"
Stop = "stop_timer"


class PomodoroToolbarSections:
Controls = "pomodoro_timer"


class PomodoroMenuSections:
Main = "main_section"

0 comments on commit cf540f9

Please sign in to comment.