betty.servers.no_op module

Servers that do nothing.

final class betty.servers.no_op.NoOpServer

Bases: Server

A server that does nothing.

__init__(*_: Any, **__: Any)
property public_url: str

The server’s public URL.

async show() None

Show the served site to the user.

async start() None

Start the server.

async stop() None

Stop the server.