HEX
Server: Apache
System: Linux vps125252.inmotionhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: authornicolemesc (1024)
PHP: 8.1.33
Disabled: passthru,shell_exec,exec,system
Upload Files
File: //lib64/python3.12/sre_compile.py
import warnings
warnings.warn(f"module {__name__!r} is deprecated",
              DeprecationWarning,
              stacklevel=2)

from re import _compiler as _
globals().update({k: v for k, v in vars(_).items() if k[:2] != '__'})