Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled
This reverts commit 72cb7319f5.
6 lines
154 B
Python
6 lines
154 B
Python
"""Local strategies for direct interaction with the user's environment."""
|
|
|
|
from .browser import LocalBrowserStrategy
|
|
|
|
__all__ = ["LocalBrowserStrategy"]
|