File "sre_parse.py"

Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/proc/thread-self/root/opt/alt/python-internal/lib64/python3.11/sre_parse.py
File size: 229 bytes
MIME-type: text/x-script.python
Charset: utf-8

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] != '__'})