_hidden.py - A hidden importΒΆ

This module is imported using importlib by do_import. Since PyInstaller only performs static analysis, it cannot detect that import.

When imported, it just shows that this import was found.

print("Hello, I'm hidden")