jarvis/backend/skills/todos.py
samerbam 9cc2927beb
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
readd skills. with ifmain statements for individual file running
2023-09-14 10:34:27 -04:00

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"