Пример #1
0
 def _run_github_bot():
     github_bot = GitHubBot()
     github_bot.run()
Пример #2
0
 def _run_github_bot():
     github_bot = GitHubBot()
     github_bot.run()
Пример #3
0
    def take_action(self, parsed_args):
        super(BotsCommand, self).take_action(parsed_args)

        github_bot = GitHubBot()
        github_bot.run()