diff --git a/stubs/cycloneerr/tasks.pyi b/stubs/cycloneerr/tasks.pyi new file mode 100644 --- /dev/null +++ b/stubs/cycloneerr/tasks.pyi @@ -0,0 +1,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: ...