Skip to content

Commit 2e1ae67

Browse files
Export DESCRIPTIONS dictionary from top-level module
1 parent 6d84df0 commit 2e1ae67

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
1010
- Description: Ability Hand (MJCF)
1111
- Description: Ability Hand (URDF)
1212
- Description: Apptronik Apollo (MJCF)
13+
- Export `DESCRIPTIONS` dictionary from top-level module
1314

1415
### Changed
1516

robot_descriptions/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@
66

77
"""Import open source robot description as Python modules."""
88

9+
from ._descriptions import DESCRIPTIONS
10+
911
__version__ = "1.15.0"
12+
13+
__all__ = ["DESCRIPTIONS"]

0 commit comments

Comments
 (0)