Skip to content

Commit 84c8f97

Browse files
Export DESCRIPTIONS dictionary from top-level module
1 parent 8c67bc9 commit 84c8f97

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
@@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file.
1212
- Description: Apptronik Apollo (MJCF)
1313
- Description: BXI Elf2 (MJCF)
1414
- Description: BXI Elf2 (URDF)
15+
- Export `DESCRIPTIONS` dictionary from top-level module
1516

1617
### Changed
1718

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)