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 to start the console, you may technically input ./asyncutils/__main__.py in a shell of choice with asyncutils as the current working directory.

Warning

Importing asyncutils.__main__ will throw ImportError.