briefcase-python 2.4.1

Python bindings for Briefcase AI
Documentation
1
2
3
4
5
6
7
8
9
"""Compatibility bridge for ``briefcase_ai.cowork``."""

from briefcase_ai._compat import _bridge_module

_bridge_module(
    __name__,
    "briefcase.cowork",
    submodules=("receiver", "redaction", "correlation", "dashboards", "alerts"),
)