CI / Lint + tests (push) Has been cancelled
Ship a shared markdown/prompt core used by a Brave/Chrome MV3 extension and a Python automation API, with pytest coverage, CI, and packaging smoke.
5 lines
140 B
Python
5 lines
140 B
Python
from .session import AsyncExtractorSession, ExtractorSession
|
|
|
|
__all__ = ["AsyncExtractorSession", "ExtractorSession"]
|
|
__version__ = "1.3.0"
|