cpython/Lib/collections.py

4 lines
80 B
Python
Raw Normal View History

__all__ = ['deque', 'defaultdict']
from _collections import deque, defaultdict