micropython-lib/unix-ffi/multiprocessing/manifest.py

10 wiersze
179 B
Python

metadata(version="0.1.2")
# Originally written by Paul Sokolovsky.
require("os", unix_ffi=True)
require("select", unix_ffi=True)
require("pickle")
module("multiprocessing.py")