Skip to content

Commit 49b3bdc

Browse files
committed
chore: add imports for public APIs
1 parent 2e7c2bd commit 49b3bdc

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

roborock/__init__.py

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99
from roborock.exceptions import *
1010
from roborock.roborock_typing import *
1111

12+
from . import (
13+
b01_containers,
14+
clean_modes,
15+
cloud_api,
16+
code_mappings,
17+
const,
18+
containers,
19+
exceptions,
20+
roborock_typing,
21+
version_1_apis,
22+
version_a01_apis,
23+
web_api,
24+
)
25+
1226
__all__ = [
1327
"web_api",
1428
"version_1_apis",
@@ -21,6 +35,5 @@
2135
"code_mappings",
2236
"roborock_typing",
2337
"exceptions",
24-
25-
# We'll add new APIs here in the future e.g. devices/
38+
# Add new APIs here in the future when they are public e.g. devices/
2639
]

0 commit comments

Comments
 (0)