Skip to content
Snippets Groups Projects
collections.py 180 B
Newer Older
  • Learn to ignore specific revisions
  • # Adapted so we don't need relative import support
    
    from ucollections import *
    from col_defaultdict import defaultdict
    from col_deque import deque
    
    
    class MutableMapping:
        pass