()
| 131 | |
| 132 | |
| 133 | def main() -> None: |
| 134 | print(header) |
| 135 | print( |
| 136 | "from playwright._impl._async_base import AsyncEventContextManager, AsyncBase, AsyncContextManager, mapping" |
| 137 | ) |
| 138 | |
| 139 | for t in generated_types: |
| 140 | generate(t) |
| 141 | documentation_provider.print_remainder() |
| 142 | |
| 143 | |
| 144 | if __name__ == "__main__": # pragma: no cover |
no test coverage detected