symupy.runtime.api.commands package

Submodules

symupy.runtime.api.commands.nocommand module

No Command

class symupy.runtime.api.commands.nocommand.NoCommand[source]

Bases: symupy.abstractions.command.AbsCommand

description = 'This is a no command'
execute()[source]

Standard launcher

names = ('NoCommand',)

Module contents

Commands

This package contains a set of instructions that can be used to interact with the traffic simulator.