Example #1
0
def command(name: str) -> Command:
    command_ = Command()
    command_.name = name

    return command_