Skip to content

Commit

Permalink
Add python module for MetadataMediator to be picked up by docs build. (
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 authored Jan 29, 2021
1 parent 3b3d339 commit 617106a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions habitat_sim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
geo,
gfx,
logging,
metadata,
nav,
physics,
scene,
Expand Down Expand Up @@ -73,6 +74,7 @@
"agent",
"attributes",
"attributes_managers",
"metadata",
"nav",
"sensors",
"errors",
Expand Down
9 changes: 9 additions & 0 deletions habitat_sim/metadata.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Copyright (c) Facebook, Inc. and its affiliates.
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

from habitat_sim._ext.habitat_sim_bindings import MetadataMediator

__all__ = [
"MetadataMediator",
]

0 comments on commit 617106a

Please sign in to comment.