Docstring for AppService

This commit is contained in:
Darren Burns
2024-08-06 16:16:14 +01:00
parent 0fb4252128
commit 2f3bd5c2aa

View File

@@ -20,7 +20,11 @@ DOWNLOAD_TIMEOUT = 4
@rich.repr.auto
class AppService:
"""Manage a Textual app service."""
"""Manages a Textual app process.
When a user connects to the websocket in their browser, a new AppService
instance is created to manage the corresponding Textual app process.
"""
def __init__(
self,