7 lines
272 B
Python
7 lines
272 B
Python
"""Capture backends for offline fixtures and live observer mode."""
|
|
|
|
from botty_next.capture.mss_backend import MssCaptureBackend
|
|
from botty_next.capture.window import WindowRegion, find_window_region
|
|
|
|
__all__ = ["MssCaptureBackend", "WindowRegion", "find_window_region"]
|