Files
post_crawler/.venv/Lib/site-packages/win32/lib/afxres.py
T
2026-05-26 21:02:17 +08:00

10 lines
216 B
Python

import warnings
from pywin.mfc.afxres import *
warnings.warn(
"Importing the global `afxres` module is deprecated. Import from `pywin.mfc.afxres` instead.",
category=DeprecationWarning,
stacklevel=2,
)