module command.remote.nocommand; import command.remote.command; class NoCommand : Command { override void execute() {} }