HMaker / python-cdp

Python client and types generator for the Chrome DevTools Protocol (CDP)
MIT License
51 stars 17 forks source link

Remove code duplication between asyncio and twisted clients #7

Open HMaker opened 1 year ago

HMaker commented 1 year ago

We need to abstract event-loop dependent features so we can reuse common code between asyncio and twisted clients.