5 lines
67 B
Python
5 lines
67 B
Python
|
|
|
|
class Gmail:
|
|
def __init__(self):
|
|
self.trigger_phrase = "gmail" |