mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-22 17:16:38 +00:00
7 lines
129 B
Python
7 lines
129 B
Python
__all__: list[str] = []
|
|
|
|
# Functions
|
|
def setParallelForBackend(backendName: str, propagateNumThreads: bool = ...) -> bool: ...
|
|
|
|
|