betty.servers.demo module¶ Serve the demonstration site. final class betty.servers.demo.DemoServer¶ Bases: Server Serve the Betty demonstration site. __init__(app: App, /)¶ property public_url: str¶ The server’s public URL. async start() → None¶ Start the server. async stop() → None¶ Stop the server.