rustwright-core 0.1.1

Rust CDP core for a Python Playwright-compatible automation API
1
2
3
4
5
from .cli import main


if __name__ == "__main__":
    raise SystemExit(main(program="rustwright"))