9cc2927beb
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
11 lines
170 B
Python
11 lines
170 B
Python
"""
|
|
|
|
"""
|
|
|
|
from skills.skill import Skill
|
|
# from skill import Skill
|
|
|
|
|
|
class Todos(Skill): # Notion api? reminders app?
|
|
def __init__(self):
|
|
self.trigger_phrase = "todos" |