| Path : /lib/python3.12/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //lib/python3.12/sre_parse.py |
import warnings
warnings.warn(f"module {__name__!r} is deprecated",
DeprecationWarning,
stacklevel=2)
from re import _parser as _
globals().update({k: v for k, v in vars(_).items() if k[:2] != '__'})