"""Minimal "re" compatibility wrapper"""
engine = "sre" # Some apps might use this undocumented variable
from sre import *
from sre import __all__