PythonExtra/extmod/uasyncio/manifest.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
289 B
Python
Raw Normal View History

# This list of package files doesn't include task.py because that's provided
# by the C module.
package(
"uasyncio",
(
"__init__.py",
"core.py",
"event.py",
"funcs.py",
"lock.py",
"stream.py",
),
base_path="..",
opt=3,
)