5 lines
90 B
Python
5 lines
90 B
Python
|
|
|
|
class Wolfram: #wolfram alpha api
|
|
def __init__(self):
|
|
self.trigger_phrase = "wolfram" |