5 lines
68 B
Python
5 lines
68 B
Python
|
|
||
|
|
||
|
class Cal:
|
||
|
def __init__(self):
|
||
|
self.trigger_phrase = "calendar"
|