File: __init__.py

package info (click to toggle)
python-pebble 5.2.0-1
  • links: PTS
  • area: main
  • in suites: forky
  • size: 440 kB
  • sloc: python: 5,566; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
__all__ = [
    'process',
    'thread'
]

from pebble.asynchronous.thread import thread
from pebble.asynchronous.process import process