At run-time you can import __main__ and it's occasionally useful to do so (for example: jedi does this in utils for setting up REPLs).
While __main__ likely doesn't have a useful members we can put in the typeshed, it could be useful to have it present and importable.