Skip to content
Snippets Groups Projects
Commit 29c520e4 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix __all__ in structures

parent df857b5b
No related branches found
No related tags found
No related merge requests found
......@@ -30,5 +30,6 @@ __all__ = [
'SingletonWithRegardsTo',
'DictObject',
'apply_dict_object',
'Immutable'
'Immutable',
'SetHeap', 'TimeBasedHeap', 'TimeBasedSetHeap', 'Heap'
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment