6 lines
101 B
Python
6 lines
101 B
Python
from multiprocessing import TimeoutError
|
|
|
|
from .pool import Pool
|
|
|
|
__all__ = ["Pool", "TimeoutError"]
|