コード例 #1
0
ファイル: bombly.py プロジェクト: Tantusar/bombly
 def _process_recognition(self, node, extras):   # Callback when command is spoken.
     from bombly.bomb import reset
     reset()
コード例 #2
0
ファイル: bombly.py プロジェクト: Tantusar/bombly
 def _process_recognition(self, node, extras):   # Callback when command is spoken.
     from bombly.modules.passwords import reset
     reset()
コード例 #3
0
ファイル: bombly.py プロジェクト: Tantusar/bombly
 def _process_recognition(self, node, extras):   # Callback when command is spoken.
     from bombly.modules.whos_on_first import reset
     reset()
コード例 #4
0
 def _process_recognition(self, node,
                          extras):  # Callback when command is spoken.
     from bombly.bomb import reset
     reset()
コード例 #5
0
 def _process_recognition(self, node,
                          extras):  # Callback when command is spoken.
     from bombly.modules.passwords import reset
     reset()
コード例 #6
0
 def _process_recognition(self, node,
                          extras):  # Callback when command is spoken.
     from bombly.modules.whos_on_first import reset
     reset()