import_warning.py 89 Bytes
import warnings

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