forked from UNN/2026-rff_mp
4 lines
37 B
Python
4 lines
37 B
Python
|
|
SIZE = 1000
|
||
|
|
buckets = [None] * SIZE
|
||
|
|
|