diff --git a/structures.py b/structures.py index 91e4953..a99f3f6 100644 --- a/structures.py +++ b/structures.py @@ -5,6 +5,7 @@ This module contains custom data structures that may be useful in various situat """ import collections +import collections.abc import json import pickle import os