betty.project.extension.demo.serve module

Tools to serve demonstration sites.

final class betty.project.extension.demo.serve.DemoServer[source]

Bases: Server

Serve the Betty demonstration site.

__init__(app: App)[source]
property public_url: str

The server’s public URL.

async start() None[source]

Start the server.

async stop() None[source]

Stop the server.