asyncutils.__main__ΒΆ
Implements the console entry point for
asyncutils, accessible through [python[ -m] ]asyncutils or autils.The implementation file is executable on Unix-like systems, such that one may technically input
./asyncutils/__main__.py in a shellof choice under the appropriate working directory to start the console.
Warning
Importing this file will cause ImportError to be thrown.