[6969be]: / rocaseg / repro / __init__.py

Download this file

7 lines (4 with data), 78 Bytes

1
2
3
4
5
6
from ._seed import set_ultimate_seed
__all__ = [
'set_ultimate_seed',
]