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 f574a47 commit f528af9
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions bddl/knowledge_base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
KnowledgeBaseProcessor(verbose=False).run()

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

0 comments on commit f528af9

Please sign in to comment.