Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

10 lines
187B

  1. from bot import bot_factory
  2. class Bridge(object):
  3. def __init__(self):
  4. pass
  5. def fetch_reply_content(self, query):
  6. return bot_factory.BaiduUnitBot().reply(query)