2021-03-10 17:19:43 +08:00

5 lines
97 B
Python

from ._random import *
from .mtrand import *
__all__ = _random.__all__
__all__ += mtrand.__all__