@@ -118,6 +118,9 @@ async def run(playwright):
async def main():
+ """
+ Main
async with async_playwright() as playwright:
await run(playwright)