6 lines
134 B
Python
6 lines
134 B
Python
|
__all__ = ['thread',
|
||
|
'process']
|
||
|
|
||
|
from pebble.concurrent.thread import thread
|
||
|
from pebble.concurrent.process import process
|