from textual_serve.server import Server server = Server("python -m textual") server.serve()