Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Jan 9, 2025
1 parent 174c698 commit f574a47
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion bddl/knowledge_base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,30 @@
RoomRequirement, \
RoomSynsetRequirement, \
Room, \
RoomObject
RoomObject, \
AttachmentPair

from bddl.knowledge_base.utils import SynsetState

from bddl.knowledge_base.processing import KnowledgeBaseProcessor

# Load the knowledge base
KnowledgeBaseProcessor(verbose=False).run()

__all__ = [
Property,
MetaLink,
Predicate,
Scene,
Category,
Object,
Synset,
TransitionRule,
Task,
RoomRequirement,
RoomSynsetRequirement,
Room,
RoomObject,
AttachmentPair,
SynsetState,
]

0 comments on commit f574a47

Please sign in to comment.