Skip to content

Commit 991f500

Browse files
committed
fine-tuning of changes for serial
1 parent 32392ae commit 991f500

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

serial_plugin/__init__.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
from .serial_base import SerialBase
12
from .serial_command_runner import SerialCommandRunner
3+
from .serial_get_file_structure import FileStructure
4+
from .serial_get_version import Version
25

3-
__all__ = ["SerialCommandRunner"]
6+
7+
__all__ = ["SerialBase",
8+
"SerialCommandRunner",
9+
"FileStructure",
10+
"Version"]

0 commit comments

Comments
 (0)