mirror of
https://github.com/1j01/textual-paint.git
synced 2025-01-03 12:22:23 +03:00
Add module docstring
This commit is contained in:
parent
bef86c95bc
commit
c37a123be4
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user