How to Solve NameError: name 'NULL' is not defined -- asyncio

Solution: Import the 'NULL' module

To Solve the error, add the following line to the top of your code.

from asyncio.windows_events import NULL

 

For more information:
Python asyncio NULL