Files @ baae0bdfde74
Branch filter:

Location: light9/stubs/cycloneerr/tasks.pyi

Drew Perttula
add pyudmx support. The usb code looks the same as what i had, but mine quickly gave lots of 'Pipe error' and pyudmx is quiet so far
Ignore-this: 43495af6a9004c16f3a12c7e85d715b4
1
2
3
4
5
6
7
# Stubs for cycloneerr.tasks (Python 3)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.

from typing import Any

def release(ctx: Any) -> None: ...