5 lines
81 B
Python
5 lines
81 B
Python
|
|
||
|
|
||
|
class Todos: # Notion api?
|
||
|
def __init__(self):
|
||
|
self.trigger_phrase = "todos"
|