Add module docstring

This commit is contained in:
Isaiah Odhner 2023-09-09 22:22:53 -04:00
parent bef86c95bc
commit c37a123be4

View File

@ -1,3 +1,5 @@
"""Record interactions and save as an automated test."""
import os import os
from typing import Any, Callable from typing import Any, Callable
from textual.css.query import NoMatches, TooManyMatches from textual.css.query import NoMatches, TooManyMatches