aoc-2022/venv/Lib/site-packages/pebble/concurrent/__init__.py

6 lines
134 B
Python
Raw Normal View History

__all__ = ['thread',
'process']
from pebble.concurrent.thread import thread
from pebble.concurrent.process import process