mirror of
https://github.com/python/cpython.git
synced 2026-08-22 03:14:41 +08:00
7 lines
149 B
Python
7 lines
149 B
Python
"""Minimal "re" compatibility wrapper"""
|
|
|
|
engine = "sre" # Some apps might use this undocumented variable
|
|
|
|
from sre import *
|
|
from sre import __all__
|