Skip to content

Commit e5bf8ce

Browse files
committed
finsh serial package refactoring
1 parent 040a836 commit e5bf8ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

serial_plugin/serial_command_runner.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99

1010

1111
class SerialCommandRunner:
12+
"""
13+
A class for managing serial command executions and acquiring information from
14+
serial ports, such as version and file structure data.
15+
"""
16+
1217

1318
@staticmethod
1419
def _run_in_thread(worker: Callable[[], str], callback: Callable[[str], None]) -> None:

0 commit comments

Comments
 (0)