1 from __future__ import annotations
2
1 import collections
3 import collections
2 import shutil
4 import shutil
3 import struct
5 import struct
4 import weakref
6 import weakref
5
7