from breezy.commands import Command


class cmd_ghelp (Command):
  def run (self):
    print ('test')
