mirror of
https://github.com/python/cpython.git
synced 2025-07-25 20:24:11 +00:00
6 lines
149 B
Python
6 lines
149 B
Python
"""Minimal "re" compatibility wrapper"""
|
|
|
|
engine = "sre" # Some apps might use this undocumented variable
|
|
|
|
from sre import *
|
|
from sre import __all__
|