cpython/Lib/test/test_warnings/data/import_warning.py

import warnings

warnings.warn('module-level warning', DeprecationWarning, stacklevel=2)